mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'fix-tests-regex'
62b112ee25Tests/RunCMake: Match CMakeLists.txt file name more precisely06ccd15457Tests/RunCMake: Match xxx.cmake file name more precisely Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !11317
This commit is contained in:
@@ -431,7 +431,7 @@ if(BUILD_TESTING)
|
||||
ADD_TEST_MACRO(PreOrder PreOrder)
|
||||
ADD_TEST_MACRO(MissingSourceFile MissingSourceFile)
|
||||
set_tests_properties(MissingSourceFile PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "CMake Error at CMakeLists.txt:3 \\(add_executable\\):[ \r\n]*Cannot find source file:[ \r\n]*DoesNotExist/MissingSourceFile.c")
|
||||
PASS_REGULAR_EXPRESSION "CMake Error at CMakeLists\.txt:3 \\(add_executable\\):[ \r\n]*Cannot find source file:[ \r\n]*DoesNotExist/MissingSourceFile.c")
|
||||
if(CMake_TEST_Swift)
|
||||
ADD_TEST_MACRO(SwiftOnly SwiftOnly)
|
||||
ADD_TEST_MACRO(SwiftMixPCH SwiftMixPCH)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
^CMake Error at [^
|
||||
]*/Modules/TestBigEndian.cmake:[0-9]+ \(message\):
|
||||
]*/Modules/TestBigEndian\.cmake:[0-9]+ \(message\):
|
||||
TEST_BIG_ENDIAN needs either C or CXX language enabled
|
||||
Call Stack \(most recent call first\):
|
||||
[^
|
||||
]*/Modules/TestBigEndian.cmake:[0-9]+ \(__TEST_BIG_ENDIAN_LEGACY_IMPL\)
|
||||
TestBigEndian-NoLang.cmake:[0-9]+ \(test_big_endian\)
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
]*/Modules/TestBigEndian\.cmake:[0-9]+ \(__TEST_BIG_ENDIAN_LEGACY_IMPL\)
|
||||
TestBigEndian-NoLang\.cmake:[0-9]+ \(test_big_endian\)
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at bad_SHELL_usage.cmake:4 \(add_library\):
|
||||
'SHELL:' prefix is not supported as part of 'ARCHIVER:' arguments.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:5 \(include\)
|
||||
CMakeLists\.txt:5 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine.cmake:[0-9]+ \(message\):
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine\.cmake:[0-9]+ \(message\):
|
||||
The value of CMAKE_SYSROOT:
|
||||
|
||||
.*
|
||||
@@ -16,5 +16,5 @@
|
||||
<standalone-toolchain> = Path to standalone toolchain prefix
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
.*/Modules/CMakeDetermineSystem.cmake:[0-9]+ \(include\)
|
||||
CMakeLists.txt:2 \(project\)$
|
||||
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:2 \(project\)$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine.cmake:[0-9]+ \(message\):
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine\.cmake:[0-9]+ \(message\):
|
||||
Android: Unknown ABI CMAKE_ANDROID_ARCH_ABI='badabi'.
|
||||
Call Stack \(most recent call first\):
|
||||
.*/Modules/CMakeDetermineSystem.cmake:[0-9]+ \(include\)
|
||||
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(project\)$
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine.cmake:[0-9]+ \(message\):
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine\.cmake:[0-9]+ \(message\):
|
||||
Android: CMAKE_ANDROID_ARM_MODE is set but is valid only for 'armeabi'
|
||||
architectures.
|
||||
Call Stack \(most recent call first\):
|
||||
.*/Modules/CMakeDetermineSystem.cmake:[0-9]+ \(include\)
|
||||
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(project\)$
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine.cmake:[0-9]+ \(message\):
|
||||
^CMake Error at .*/Modules/Platform/Android-Determine\.cmake:[0-9]+ \(message\):
|
||||
Android: CMAKE_ANDROID_ARM_NEON is set but is valid only for 'armeabi-v7a'
|
||||
architecture.
|
||||
Call Stack \(most recent call first\):
|
||||
.*/Modules/CMakeDetermineSystem.cmake:[0-9]+ \(include\)
|
||||
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(project\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at .*/Modules/Platform/Android-Common.cmake:[0-9]+ \(message\):
|
||||
^CMake Error at .*/Modules/Platform/Android-Common\.cmake:[0-9]+ \(message\):
|
||||
The CMAKE_ANDROID_STL_TYPE 'badstl' is not one of the allowed values:
|
||||
|
||||
.*
|
||||
@@ -6,4 +6,4 @@
|
||||
Call Stack \(most recent call first\):
|
||||
.*
|
||||
ndk-badstl.cmake:1 \(enable_language\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at .*/Modules/Platform/Android/Determine-Compiler-NDK.cmake:[0-9]+ \(message\):
|
||||
^CMake Error at .*/Modules/Platform/Android/Determine-Compiler-NDK\.cmake:[0-9]+ \(message\):
|
||||
Android: The CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION value 'badver' is not(
|
||||
supported by this NDK. It must be 'clang' or not set at all\.| one
|
||||
of the allowed forms:
|
||||
@@ -10,4 +10,4 @@
|
||||
Call Stack \(most recent call first\):
|
||||
.*
|
||||
ndk-badver.cmake:1 \(enable_language\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at .*/Modules/Platform/Android/Determine-Compiler-NDK.cmake:[0-9]+ \(message\):(
|
||||
^CMake Error at .*/Modules/Platform/Android/Determine-Compiler-NDK\.cmake:[0-9]+ \(message\):(
|
||||
Android: The CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION value '1.0' is not
|
||||
supported by this NDK. It must be 'clang' or not set at all.|
|
||||
Android: No toolchain for ABI 'armeabi(-v7a)?' found in the NDK:
|
||||
@@ -12,4 +12,4 @@
|
||||
Call Stack \(most recent call first\):
|
||||
.*
|
||||
ndk-badvernum.cmake:1 \(enable_language\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Warning \(dev\) in CMakeLists.txt:
|
||||
^CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
AUTOGEN: No valid Qt version found for target main. AUTOMOC, AUTOUIC and
|
||||
AUTORCC disabled. Consider adding:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Warning \(dev\) in CMakeLists.txt:
|
||||
^CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
AUTOGEN: No valid Qt version found for target main. AUTOMOC, AUTOUIC and
|
||||
AUTORCC disabled. Consider adding:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CustomCommandDepends-BadArgs.cmake:[0-9]+ \(add_custom_command\):
|
||||
CMake Error at CustomCommandDepends-BadArgs\.cmake:[0-9]+ \(add_custom_command\):
|
||||
add_custom_command IMPLICIT_DEPENDS and DEPFILE can not both be specified.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Deprecation Warning at [^
|
||||
]*/Tests/RunCMake/BundleUtilities/CMP0080-COMMAND.cmake:[0-9]+ \(cmake_policy\):
|
||||
]*/Tests/RunCMake/BundleUtilities/CMP0080-COMMAND\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0080 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0080-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0080-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0080 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "cmp0022NEW" has policy CMP0022 enabled, but also has old-style
|
||||
LINK_INTERFACE_LIBRARIES properties populated, but it was exported without
|
||||
the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "cmp0022NEW" has policy CMP0022 enabled, but also has old-style
|
||||
LINK_INTERFACE_LIBRARIES properties populated, but it was exported without
|
||||
the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0026-IMPORTED.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0026-IMPORTED\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0111 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Imported target "testTarget" includes non-existent path
|
||||
|
||||
"/does/not/exist"
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
CMake Error at CMP0037-NEW-colon.cmake:[0-9]+ \(add_library\):
|
||||
CMake Error at CMP0037-NEW-colon\.cmake:[0-9]+ \(add_library\):
|
||||
The target name "lib:colon" is reserved or not valid for certain CMake
|
||||
features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
+
|
||||
CMake Error at CMP0037-NEW-colon.cmake:[0-9]+ \(add_executable\):
|
||||
CMake Error at CMP0037-NEW-colon\.cmake:[0-9]+ \(add_executable\):
|
||||
The target name "exe:colon" is reserved or not valid for certain CMake
|
||||
features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
+
|
||||
CMake Error at CMP0037-NEW-colon.cmake:[0-9]+ \(add_custom_target\):
|
||||
CMake Error at CMP0037-NEW-colon\.cmake:[0-9]+ \(add_custom_target\):
|
||||
The target name "custom:colon" is reserved or not valid for certain CMake
|
||||
features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
CMake Error at CMP0037-NEW-reserved.cmake:[0-9]+ \(add_library\):
|
||||
CMake Error at CMP0037-NEW-reserved\.cmake:[0-9]+ \(add_library\):
|
||||
The target name "all" is reserved or not valid for certain CMake features,
|
||||
such as generator expressions, and may result in undefined behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
+
|
||||
CMake Error at CMP0037-NEW-reserved.cmake:[0-9]+ \(add_executable\):
|
||||
CMake Error at CMP0037-NEW-reserved\.cmake:[0-9]+ \(add_executable\):
|
||||
The target name "clean" is reserved or not valid for certain CMake
|
||||
features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
+
|
||||
CMake Error at CMP0037-NEW-reserved.cmake:[0-9]+ \(add_custom_target\):
|
||||
CMake Error at CMP0037-NEW-reserved\.cmake:[0-9]+ \(add_custom_target\):
|
||||
The target name "help" is reserved or not valid for certain CMake features,
|
||||
such as generator expressions, and may result in undefined behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
CMake Error at CMP0037-NEW-space.cmake:[0-9]+ \(add_library\):
|
||||
CMake Error at CMP0037-NEW-space\.cmake:[0-9]+ \(add_library\):
|
||||
The target name "lib with spaces" is reserved or not valid for certain
|
||||
CMake features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
+
|
||||
CMake Error at CMP0037-NEW-space.cmake:[0-9]+ \(add_executable\):
|
||||
CMake Error at CMP0037-NEW-space\.cmake:[0-9]+ \(add_executable\):
|
||||
The target name "exe with spaces" is reserved or not valid for certain
|
||||
CMake features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
+
|
||||
CMake Error at CMP0037-NEW-space.cmake:[0-9]+ \(add_custom_target\):
|
||||
CMake Error at CMP0037-NEW-space\.cmake:[0-9]+ \(add_custom_target\):
|
||||
The target name "custom with spaces" is reserved or not valid for certain
|
||||
CMake features, such as generator expressions, and may result in undefined
|
||||
behavior.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at NEW-cond-package.cmake:[0-9]+ \(add_custom_target\):
|
||||
^CMake Error at NEW-cond-package\.cmake:[0-9]+ \(add_custom_target\):
|
||||
The target name "package" is reserved when CPack packaging is enabled.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Error at NEW-cond-package_source.cmake:[0-9]+ \(add_custom_target\):
|
||||
^CMake Error at NEW-cond-package_source\.cmake:[0-9]+ \(add_custom_target\):
|
||||
The target name "package_source" is reserved when CPack source packaging is
|
||||
enabled.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at NEW-cond-test.cmake:[0-9]+ \(add_custom_target\):
|
||||
^CMake Error at NEW-cond-test\.cmake:[0-9]+ \(add_custom_target\):
|
||||
The target name "test" is reserved when CTest testing is enabled.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)$
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0038-NEW.cmake:1 \(add_library\):
|
||||
Target "self_link" links to itself.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at CMP0040-NEW-missing-target.cmake:[0-9]+ \(add_custom_command\):
|
||||
^CMake Error at CMP0040-NEW-missing-target\.cmake:[0-9]+ \(add_custom_command\):
|
||||
No TARGET 'foobar' has been created in this directory\.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains relative path:
|
||||
|
||||
"include/\$<TARGET_PROPERTY:NAME>"
|
||||
|
||||
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
||||
|
||||
".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
|
||||
@@ -12,7 +12,7 @@ CMake Error in CMakeLists.txt:
|
||||
which is prefixed in the source directory.
|
||||
|
||||
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
||||
|
||||
".*/Tests/RunCMake/CMP0041/CMP0041-NEW-build/include/\$<TARGET_PROPERTY:NAME>"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
||||
|
||||
".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
|
||||
@@ -6,7 +6,7 @@ CMake Error in CMakeLists.txt:
|
||||
which is prefixed in the source directory.
|
||||
|
||||
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
||||
|
||||
".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
|
||||
@@ -14,7 +14,7 @@ CMake Error in CMakeLists.txt:
|
||||
which is prefixed in the source directory.
|
||||
|
||||
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "foo" INTERFACE_INCLUDE_DIRECTORIES property contains path:
|
||||
|
||||
".*/Tests/RunCMake/CMP0041/CMP0041-tid-NEW-build/include/\$<TARGET_PROPERTY:NAME>"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0045-NEW.cmake:[0-9]+ \(get_target_property\):
|
||||
CMake Error at CMP0045-NEW\.cmake:[0-9]+ \(get_target_property\):
|
||||
get_target_property\(\) called with non-existent target "tgt".
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0046-NEW-missing-dependency.cmake:[0-9]+ \(add_dependencies\):
|
||||
CMake Error at CMP0046-NEW-missing-dependency\.cmake:[0-9]+ \(add_dependencies\):
|
||||
The dependency target "bar" of target "foo" does not exist.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0049-NEW.cmake:[0-9]+ \(add_library\):
|
||||
CMake Error at CMP0049-NEW\.cmake:[0-9]+ \(add_library\):
|
||||
Cannot find source file:
|
||||
|
||||
\${tgt_srcs}
|
||||
@@ -6,4 +6,4 @@ CMake Error at CMP0049-NEW.cmake:[0-9]+ \(add_library\):
|
||||
Tried extensions ([^
|
||||
]+
|
||||
)+Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -5,4 +5,4 @@ CMake Error at CMP0054-keywords-NEW.cmake:21 \(if\):
|
||||
|
||||
Unknown arguments specified
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0055-NEW-Out-of-Scope.cmake:1 \(break\):
|
||||
A BREAK command was found outside of a proper FOREACH or WHILE loop scope.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at CMP0055-NEW-Reject-Arguments.cmake:2 \(break\):
|
||||
The BREAK command does not accept any arguments.
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0068-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0068-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0068 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0069-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0069-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0069 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Found relative path while evaluating link directories of "foo":
|
||||
|
||||
"../lib"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0081-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0081-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0081 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
Policy CMP0081 is not set: Relative paths not allowed in LINK_DIRECTORIES
|
||||
target property. Run "cmake --help-policy CMP0081" for policy details.
|
||||
Use the cmake_policy command to set the policy and suppress this warning.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0102-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0102-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0102 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ CMake Warning \(dev\) at CMP0102-Common.cmake:2 \(mark_as_advanced\):
|
||||
policy and suppress this warning.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0102-WARN.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0104-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0104-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0104 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
Policy CMP0104 is not set: CMAKE_CUDA_ARCHITECTURES now detected for NVCC,
|
||||
empty CUDA_ARCHITECTURES not allowed. Run "cmake --help-policy CMP0104"
|
||||
for policy details. Use the cmake_policy command to set the policy and
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at .*/Modules/Documentation.cmake:[0-9]+ \(message\):
|
||||
CMake Error at .*/Modules/Documentation\.cmake:[0-9]+ \(message\):
|
||||
Documentation.cmake is VTK-specific code and should not be used in non-VTK
|
||||
projects. This logic in this module is best shipped with the project using
|
||||
it rather than with CMake. This is now an error according to policy
|
||||
@@ -6,4 +6,4 @@ CMake Error at .*/Modules/Documentation.cmake:[0-9]+ \(message\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0106-Common.cmake:10 \(include\)
|
||||
CMP0106-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:7 \(include\)
|
||||
CMakeLists\.txt:7 \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0106-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0106-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0106 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -4,5 +4,5 @@ CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
|
||||
set the policy and suppress this warning.
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
subdir/CMakeLists.txt:2 \(include\)
|
||||
subdir/CMakeLists\.txt:2 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
@@ -5,5 +5,5 @@ CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0106-WARN-VTK.cmake:2 \(include\)
|
||||
CMakeLists.txt:7 \(include\)
|
||||
CMakeLists\.txt:7 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
@@ -5,10 +5,10 @@ CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0106-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:7 \(include\)
|
||||
CMakeLists\.txt:7 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at .*/Modules/Documentation.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(dev\) at .*/Modules/Documentation\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0106 is not set: The Documentation module is removed. Run "cmake
|
||||
--help-policy CMP0106" for policy details. Use the cmake_policy command to
|
||||
set the policy and suppress this warning.
|
||||
@@ -19,10 +19,10 @@ CMake Warning \(dev\) at .*/Modules/Documentation.cmake:[0-9]+ \(message\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0106-Common.cmake:1 \(include\)
|
||||
CMP0106-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:7 \(include\)
|
||||
CMakeLists\.txt:7 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at .*/Modules/Documentation.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(dev\) at .*/Modules/Documentation\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0106 is not set: The Documentation module is removed. Run "cmake
|
||||
--help-policy CMP0106" for policy details. Use the cmake_policy command to
|
||||
set the policy and suppress this warning.
|
||||
@@ -33,5 +33,5 @@ CMake Warning \(dev\) at .*/Modules/Documentation.cmake:[0-9]+ \(message\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0106-Common.cmake:10 \(include\)
|
||||
CMP0106-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:7 \(include\)
|
||||
CMakeLists\.txt:7 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^(CMake Error in CMakeLists.txt:
|
||||
^(CMake Error in CMakeLists\.txt:
|
||||
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static)_lib"( configuration
|
||||
"[^"]+")?.
|
||||
)+
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0111-OLD.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Deprecation Warning at CMP0111-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0111 will be removed from a future version
|
||||
of CMake.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^(CMake Warning \(dev\) in CMakeLists.txt:
|
||||
^(CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
Policy CMP0111 is not set: An imported target missing its location property
|
||||
fails during generation. Run "cmake --help-policy CMP0111" for policy
|
||||
details. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -7,7 +7,7 @@
|
||||
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static)_lib"( configuration
|
||||
"[^"]+")?.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
+)+CMake Warning \(dev\) in CMakeLists.txt:
|
||||
+)+CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
Policy CMP0111 is not set: An imported target missing its location property
|
||||
fails during generation. Run "cmake --help-policy CMP0111" for policy
|
||||
details. Use the cmake_policy command to set the policy and suppress this
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-ERANGE-Common.cmake:3 \(list\):
|
||||
list index: 18446744073709551616 is not a valid index
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-ERANGE-NEW.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
ERANGE: --><--
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-ERANGE-Common.cmake:3 \(list\):
|
||||
list index: (-2147483648|2147483647) out of range \(-5, 4\)
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-ERANGE-OLD.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
ERANGE: --><--
|
||||
|
||||
@@ -5,14 +5,14 @@ CMake Warning \(dev\) at CMP0121-ERANGE-Common.cmake:3 \(list\):
|
||||
Invalid list index "18446744073709551616".
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-ERANGE-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
.*
|
||||
CMake Error at CMP0121-ERANGE-Common.cmake:3 \(list\):
|
||||
list index: (-2147483648|2147483647) out of range \(-5, 4\)
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-ERANGE-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
ERANGE: --><--
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-GET-Common.cmake:3 \(list\):
|
||||
list index: 2junk is not a valid index
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-GET-NEW.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
GET: --><--
|
||||
|
||||
@@ -5,7 +5,7 @@ CMake Warning \(dev\) at CMP0121-GET-Common.cmake:3 \(list\):
|
||||
Invalid list index "2junk".
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-GET-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
GET: -->a;c<--
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-INSERT-Common.cmake:3 \(list\):
|
||||
list index: junk2 is not a valid index
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-INSERT-NEW.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
INSERT: -->a;b;c;d;e<--
|
||||
|
||||
@@ -5,7 +5,7 @@ CMake Warning \(dev\) at CMP0121-INSERT-Common.cmake:3 \(list\):
|
||||
Invalid list index "junk2".
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-INSERT-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
INSERT: -->new;a;b;c;d;e<--
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-REMOVE_AT-Common.cmake:3 \(list\):
|
||||
list index: invalid is not a valid index
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-REMOVE_AT-NEW.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
REMOVE_AT: -->a;b;c;d;e<--
|
||||
|
||||
@@ -5,7 +5,7 @@ CMake Warning \(dev\) at CMP0121-REMOVE_AT-Common.cmake:3 \(list\):
|
||||
Invalid list index "invalid".
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-REMOVE_AT-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
REMOVE_AT: -->b;c;d;e<--
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-SUBLIST-length-Common.cmake:3 \(list\):
|
||||
list index: invalid is not a valid index
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-SUBLIST-length-NEW.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
SUBLIST-length: --><--
|
||||
|
||||
@@ -5,7 +5,7 @@ CMake Warning \(dev\) at CMP0121-SUBLIST-length-Common.cmake:3 \(list\):
|
||||
Invalid list index "invalid".
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-SUBLIST-length-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
SUBLIST-length: --><--
|
||||
|
||||
@@ -2,7 +2,7 @@ CMake Error at CMP0121-SUBLIST-start-Common.cmake:3 \(list\):
|
||||
list index: invalid is not a valid index
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-SUBLIST-start-NEW.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
SUBLIST-start: --><--
|
||||
|
||||
@@ -5,7 +5,7 @@ CMake Warning \(dev\) at CMP0121-SUBLIST-start-Common.cmake:3 \(list\):
|
||||
Invalid list index "invalid".
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0121-SUBLIST-start-WARN.cmake:2 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
SUBLIST-start: -->a;b<--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0126-WARN.cmake:[0-9]+ \(set\):
|
||||
CMake Warning \(dev\) at CMP0126-WARN\.cmake:[0-9]+ \(set\):
|
||||
Policy CMP0126 is not set: set\(CACHE\) does not remove a normal variable of
|
||||
the same name\. Run "cmake --help-policy CMP0126" for policy details\. Use
|
||||
the cmake_policy command to set the policy and suppress this warning\.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
+
|
||||
CMake Error at CMP0139-OLD.cmake:[0-9]+ \(if\):
|
||||
CMake Error at CMP0139-OLD\.cmake:[0-9]+ \(if\):
|
||||
if given arguments:
|
||||
|
||||
"/path1" "PATH_EQUAL" "/path2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0139-WARN.cmake:[0-9]+ \(if\):
|
||||
CMake Warning \(dev\) at CMP0139-WARN\.cmake:[0-9]+ \(if\):
|
||||
Policy CMP0139 is not set: The if\(\) command supports path comparisons using
|
||||
PATH_EQUAL operator. Run "cmake --help-policy CMP0139" for policy details.
|
||||
Use the cmake_policy command to set the policy and suppress this warning.
|
||||
@@ -9,7 +9,7 @@ Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Error at CMP0139-WARN.cmake:[0-9]+ \(if\):
|
||||
CMake Error at CMP0139-WARN\.cmake:[0-9]+ \(if\):
|
||||
if given arguments:
|
||||
|
||||
"/path1" "PATH_EQUAL" "/path2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0156-Common.cmake:[0-9]+ \(add_library\):
|
||||
CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_library\):
|
||||
Policy CMP0156 is not set: De-duplicate libraries on link lines based on
|
||||
linker capabilities. Run "cmake --help-policy CMP0156" for policy details.
|
||||
Use the cmake_policy command to set the policy and suppress this warning.
|
||||
@@ -6,11 +6,11 @@ CMake Warning \(dev\) at CMP0156-Common.cmake:[0-9]+ \(add_library\):
|
||||
Since the policy is not set, legacy libraries de-duplication strategy will
|
||||
be applied.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0156-WARN.cmake:[0-9]+ \(include\)
|
||||
CMP0156-WARN\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at CMP0156-Common.cmake:[0-9]+ \(add_library\):
|
||||
CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_library\):
|
||||
Policy CMP0156 is not set: De-duplicate libraries on link lines based on
|
||||
linker capabilities. Run "cmake --help-policy CMP0156" for policy details.
|
||||
Use the cmake_policy command to set the policy and suppress this warning.
|
||||
@@ -18,11 +18,11 @@ CMake Warning \(dev\) at CMP0156-Common.cmake:[0-9]+ \(add_library\):
|
||||
Since the policy is not set, legacy libraries de-duplication strategy will
|
||||
be applied.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0156-WARN.cmake:[0-9]+ \(include\)
|
||||
CMP0156-WARN\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at CMP0156-Common.cmake:[0-9]+ \(add_executable\):
|
||||
CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_executable\):
|
||||
Policy CMP0156 is not set: De-duplicate libraries on link lines based on
|
||||
linker capabilities. Run "cmake --help-policy CMP0156" for policy details.
|
||||
Use the cmake_policy command to set the policy and suppress this warning.
|
||||
@@ -30,6 +30,6 @@ CMake Warning \(dev\) at CMP0156-Common.cmake:[0-9]+ \(add_executable\):
|
||||
Since the policy is not set, legacy libraries de-duplication strategy will
|
||||
be applied.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0156-WARN.cmake:[0-9]+ \(include\)
|
||||
CMP0156-WARN\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
@@ -3,7 +3,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -11,7 +11,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -19,7 +19,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -27,7 +27,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -35,7 +35,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -43,7 +43,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -51,7 +51,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -59,7 +59,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -67,7 +67,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -75,7 +75,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -83,7 +83,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -91,7 +91,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -99,7 +99,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -108,7 +108,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -116,7 +116,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -124,7 +124,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -133,7 +133,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -141,7 +141,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -149,7 +149,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -157,7 +157,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -165,7 +165,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -173,7 +173,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -181,7 +181,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -190,7 +190,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -198,7 +198,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -206,7 +206,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -214,7 +214,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -222,7 +222,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -230,4 +230,4 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-NEW.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -3,7 +3,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -11,7 +11,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -19,7 +19,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -27,7 +27,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -35,7 +35,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -44,7 +44,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -52,7 +52,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -60,7 +60,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -69,7 +69,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -77,7 +77,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -85,7 +85,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -93,7 +93,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -101,4 +101,4 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-OLD.cmake:4 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -3,7 +3,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -11,7 +11,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -19,7 +19,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -27,7 +27,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -35,7 +35,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -47,7 +47,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -59,7 +59,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -71,7 +71,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -83,7 +83,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -95,7 +95,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -107,7 +107,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -119,7 +119,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -131,7 +131,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -140,7 +140,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -148,7 +148,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -156,7 +156,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -165,7 +165,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -173,7 +173,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -181,7 +181,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -193,7 +193,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -205,7 +205,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -217,7 +217,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -229,7 +229,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -242,7 +242,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -254,7 +254,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -266,7 +266,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -278,7 +278,7 @@ CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -286,7 +286,7 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
@@ -294,4 +294,4 @@ CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0160-WARN.cmake:3 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Warning \(dev\) at [^
|
||||
]*/Modules/CMakeDetermineASMCompiler.cmake:[0-9]+ \(message\):
|
||||
]*/Modules/CMakeDetermineASMCompiler\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP194 is not set: MSVC is not an assembler for language ASM\. Run
|
||||
"cmake --help-policy CMP194" for policy details\. Use the cmake_policy
|
||||
command to set the policy and suppress this warning\.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
^CMake Warning \(dev\) at [^
|
||||
]*/Modules/CMakeDependentOption.cmake:[0-9]+ \(message\):
|
||||
]*/Modules/CMakeDependentOption\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0127 is not set: cmake_dependent_option\(\) supports full Condition
|
||||
Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the
|
||||
cmake_policy command to set the policy and suppress this warning.
|
||||
Call Stack \(most recent call first\):
|
||||
[^
|
||||
]*/Tests/RunCMake/CMakeDependentOption/Parentheses-CMP0127-WARN.cmake:[0-9]+ \(cmake_dependent_option\)
|
||||
]*/Tests/RunCMake/CMakeDependentOption/Parentheses-CMP0127-WARN\.cmake:[0-9]+ \(cmake_dependent_option\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Error at [^
|
||||
]*/Tests/RunCMake/CMakePackage/apple-install/lib/cmake/bad-arch-fatal/bad-arch-fatal-config.cmake:[0-9]+ \(message\):
|
||||
]*/Tests/RunCMake/CMakePackage/apple-install/lib/cmake/bad-arch-fatal/bad-arch-fatal-config\.cmake:[0-9]+ \(message\):
|
||||
Architecture not supported
|
||||
Call Stack \(most recent call first\):
|
||||
apple-import-unsupported-fatal-architecture\.cmake:[0-9]+ \(find_package\)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Error at [^
|
||||
]*/Tests/RunCMake/CMakePackage/apple-install/lib/cmake/bad-platform-fatal/bad-platform-fatal-config.cmake:[0-9]+ \(message\):
|
||||
]*/Tests/RunCMake/CMakePackage/apple-install/lib/cmake/bad-platform-fatal/bad-platform-fatal-config\.cmake:[0-9]+ \(message\):
|
||||
Platform not supported
|
||||
Call Stack \(most recent call first\):
|
||||
apple-import-unsupported-fatal-platform\.cmake:[0-9]+ \(find_package\)
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
^CMake Warning \(dev\) at [^
|
||||
]*/Modules/Internal/CPack/CPackRPM.cmake:[0-9]+ \(message\):
|
||||
]*/Modules/Internal/CPack/CPackRPM\.cmake:[0-9]+ \(message\):
|
||||
CPackRPM:Warning: debuginfo package was requested but will not be generated
|
||||
as no source files were found! Component: 'appheaders'.
|
||||
Call Stack \(most recent call first\):
|
||||
[^
|
||||
]*/Modules/Internal/CPack/CPackRPM.cmake:[0-9]+ \(cpack_rpm_generate_package\)
|
||||
]*/Modules/Internal/CPack/CPackRPM\.cmake:[0-9]+ \(cpack_rpm_generate_package\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
+
|
||||
CPackRPM: Will use GENERATED spec file: [^
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Warning \(dev\) at [^
|
||||
]*/Modules/CPack.cmake:[0-9]+ \(message\):
|
||||
]*/Modules/CPack\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0133 is not set: The CPack module disables SLA by default in the
|
||||
CPack DragNDrop Generator. Run "cmake --help-policy CMP0133" for policy
|
||||
details. Use the cmake_policy command to set the policy and suppress this
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
CMake Error at .*/Modules/CTestTargets.cmake:[0-9]+ \(message\):
|
||||
CMake Error at .*/Modules/CTestTargets\.cmake:[0-9]+ \(message\):
|
||||
Do not include\(CTest\) before calling project\(\).
|
||||
Call Stack \(most recent call first\):
|
||||
.*/Modules/CTest.cmake:[0-9]+ \(include\)
|
||||
BeforeProject.cmake:[0-9]+ \(include\)
|
||||
.*/Modules/CTest\.cmake:[0-9]+ \(include\)
|
||||
BeforeProject\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
|
||||
@@ -2,10 +2,10 @@ CMake Error at [^
|
||||
]*/Tests/RunCMake/CTest/TestfileErrors-Script.cmake:1 \(message\):
|
||||
SEND_ERROR
|
||||
Call Stack \(most recent call first\):
|
||||
CTestTestfile.cmake:[0-9]+ \(include\)
|
||||
CTestTestfile\.cmake:[0-9]+ \(include\)
|
||||
+
|
||||
CMake Error at [^
|
||||
]*/Tests/RunCMake/CTest/TestfileErrors-Script.cmake:2 \(message\):
|
||||
FATAL_ERROR
|
||||
Call Stack \(most recent call first\):
|
||||
CTestTestfile.cmake:[0-9]+ \(include\)
|
||||
CTestTestfile\.cmake:[0-9]+ \(include\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Error at CTestTestfile.cmake:[0-9]+ \(subdirs\):
|
||||
^CMake Error at CTestTestfile\.cmake:[0-9]+ \(subdirs\):
|
||||
subdirs called with incorrect number of arguments
|
||||
+
|
||||
Errors while running CTest
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
CMAKE_CUDA_ARCHITECTURES must be non-empty if set\.
|
||||
Call Stack \(most recent call first\):
|
||||
[^
|
||||
]*/Modules/CMakeDetermineCUDACompiler.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
|
||||
]*/Modules/CMakeDetermineCUDACompiler\.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
|
||||
architectures-empty\.cmake:2 \(enable_language\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
[^
|
||||
]*/Modules/CMakeDetermineCUDACompiler.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
|
||||
]*/Modules/CMakeDetermineCUDACompiler\.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
|
||||
architectures-invalid\.cmake:2 \(enable_language\)
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
[^
|
||||
]*/Modules/CMakeDetermineCUDACompiler.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
|
||||
]*/Modules/CMakeDetermineCUDACompiler\.cmake:[0-9]+ \(cmake_cuda_architectures_validate\)
|
||||
architectures-quotes\.cmake:2 \(enable_language\)
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^(CMake Warning in [^
|
||||
]*/Tests/RunCMake/CUDA_architectures/architectures-suffix-build/CMakeFiles/CMakeScratch/TryCompile-[^/]*/CMakeLists.txt:
|
||||
]*/Tests/RunCMake/CUDA_architectures/architectures-suffix-build/CMakeFiles/CMakeScratch/TryCompile-[^/]*/CMakeLists\.txt:
|
||||
Clang doesn't support disabling CUDA real code generation.
|
||||
*)*$
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
The "CXX_MODULE_STD" property on the target "nocxx23target" contains a
|
||||
context-sensitive condition that is not supported.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at FileSetModulesInterfaceOnInterface.cmake:[0-9]+ \(target_sources\):
|
||||
CMake Error at FileSetModulesInterfaceOnInterface\.cmake:[0-9]+ \(target_sources\):
|
||||
target_sources File set TYPE "CXX_MODULES" may not have "INTERFACE"
|
||||
visibility
|
||||
Call Stack \(most recent call first\):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error at FileSetModulesInterfaceOnStatic.cmake:[0-9]+ \(target_sources\):
|
||||
CMake Error at FileSetModulesInterfaceOnStatic\.cmake:[0-9]+ \(target_sources\):
|
||||
target_sources File set TYPE "CXX_MODULES" may not have "INTERFACE"
|
||||
visibility
|
||||
Call Stack \(most recent call first\):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
CMake's support for exporting build databases is experimental. It is meant
|
||||
only for experimentation and feedback to CMake developers.
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
(CMake Error in CMakeLists.txt:
|
||||
(CMake Error in CMakeLists\.txt:
|
||||
The target named "nocxx" has C\+\+ sources that use modules, but the "CXX"
|
||||
language has not been enabled\.
|
||||
|CMake Error in CMakeLists.txt:
|
||||
|CMake Error in CMakeLists\.txt:
|
||||
The target named "nocxx" has C\+\+ sources that may use modules, but modules
|
||||
are not supported by this generator:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
generators for VS 17\.4 and newer\. See the cmake-cxxmodules\(7\) manual for
|
||||
details\. Use the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable
|
||||
scanning\.
|
||||
|CMake Error in CMakeLists.txt:
|
||||
|CMake Error in CMakeLists\.txt:
|
||||
Target "nocxx" has source file
|
||||
|
||||
[^
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
(CMake Error in CMakeLists.txt:
|
||||
(CMake Error in CMakeLists\.txt:
|
||||
The target named "nocxx20" has C\+\+ sources that use modules, but does not
|
||||
include "cxx_std_20" \(or newer\) among its `target_compile_features`; found
|
||||
"cxx_std_17"\.
|
||||
|CMake Error in CMakeLists.txt:
|
||||
|CMake Error in CMakeLists\.txt:
|
||||
The target named "nocxx20" has C\+\+ sources that may use modules, but
|
||||
modules are not supported by this generator:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
The "CXX_MODULE_STD" property on the target "nocxx23target" requires that
|
||||
the "__CMAKE::CXX23" target exist, but it was not provided by the
|
||||
toolchain. Reason:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
The "CXX_MODULE_STD" property on the target "nocxx26target" requires that
|
||||
the "__CMAKE::CXX26" target exist, but it was not provided by the
|
||||
toolchain. Reason:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
]+
|
||||
|
||||
due to lack of required features\. Ninja 1\.11 or higher is required\.
|
||||
|CMake Error in CMakeLists.txt:
|
||||
|CMake Error in CMakeLists\.txt:
|
||||
The target named "nodyndep" has C\+\+ sources that may use modules, but
|
||||
modules are not supported by this generator:
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
(CMake Error in CMakeLists.txt:
|
||||
(CMake Error in CMakeLists\.txt:
|
||||
The target named "noscanning-sf-property" has C\+\+ sources that may use
|
||||
modules, but the compiler does not provide a way to discover the import
|
||||
graph dependencies\. See the cmake-cxxmodules\(7\) manual for details\. Use
|
||||
the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable scanning\.
|
||||
|CMake Error in CMakeLists.txt:
|
||||
|CMake Error in CMakeLists\.txt:
|
||||
The target named "noscanning-sf-property" has C\+\+ sources that may use
|
||||
modules, but modules are not supported by this generator:
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
(CMake Error in CMakeLists.txt:
|
||||
(CMake Error in CMakeLists\.txt:
|
||||
The target named "noscanning-target-property" has C\+\+ sources that may use
|
||||
modules, but the compiler does not provide a way to discover the import
|
||||
graph dependencies\. See the cmake-cxxmodules\(7\) manual for details\. Use
|
||||
the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable scanning\.
|
||||
|CMake Error in CMakeLists.txt:
|
||||
|CMake Error in CMakeLists\.txt:
|
||||
The target named "noscanning-target-property" has C\+\+ sources that may use
|
||||
modules, but modules are not supported by this generator:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Error in CMakeLists.txt:
|
||||
CMake Error in CMakeLists\.txt:
|
||||
Target "not-cxx-source" contains the source
|
||||
|
||||
.*/Tests/RunCMake/CXXModules/sources/c-anchor.c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
(CMake Error in CMakeLists.txt:
|
||||
(CMake Error in CMakeLists\.txt:
|
||||
Target "not-cxx-source" has source file
|
||||
|
||||
.*/Tests/RunCMake/CXXModules/sources/not-compiled.txt
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^(CMake Error in CMakeLists.txt:
|
||||
^(CMake Error in CMakeLists\.txt:
|
||||
Target "imported-cxx-modules@synth_[0-9a-f]+" contains C\+\+ modules
|
||||
intended for BMI-only compilation. This is not yet supported by the Visual
|
||||
Studio generator.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) in CMakeLists.txt:
|
||||
CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
Target "duplicate_sources" has source file
|
||||
|
||||
[^
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user