Tests/RunCMake: Match dots more precisely, part 3

This commit is contained in:
AJIOB
2025-10-16 17:41:18 +03:00
committed by Brad King
parent f0422c006c
commit 5de7a09e77
1848 changed files with 5186 additions and 5186 deletions

View File

@@ -1,4 +1,4 @@
CMake Error at bad_SHELL_usage.cmake:4 \(add_library\):
'SHELL:' prefix is not supported as part of 'ARCHIVER:' arguments.
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\)

View File

@@ -1,5 +1,5 @@
^CMake Error at .*/Modules/Platform/Android-Determine\.cmake:[0-9]+ \(message\):
Android: Unknown ABI CMAKE_ANDROID_ARCH_ABI='badabi'.
Android: Unknown ABI CMAKE_ANDROID_ARCH_ABI='badabi'\.
Call Stack \(most recent call first\):
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(project\)$

View File

@@ -1,6 +1,6 @@
^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.
architectures\.
Call Stack \(most recent call first\):
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(project\)$

View File

@@ -1,6 +1,6 @@
^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.
architecture\.
Call Stack \(most recent call first\):
.*/Modules/CMakeDetermineSystem\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(project\)$

View File

@@ -5,5 +5,5 @@
Call Stack \(most recent call first\):
.*
ndk-badstl.cmake:1 \(enable_language\)
ndk-badstl\.cmake:1 \(enable_language\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,13 +1,13 @@
^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
supported by this NDK\. It must be 'clang' or not set at all\.| one
of the allowed forms:
<major>.<minor> = GCC of specified version
clang<major>.<minor> = Clang of specified version
<major>\.<minor> = GCC of specified version
clang<major>\.<minor> = Clang of specified version
clang = Clang of most recent available version
)
Call Stack \(most recent call first\):
.*
ndk-badver.cmake:1 \(enable_language\)
ndk-badver\.cmake:1 \(enable_language\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,6 +1,6 @@
^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: 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:
.*
@@ -11,5 +11,5 @@
)
Call Stack \(most recent call first\):
.*
ndk-badvernum.cmake:1 \(enable_language\)
ndk-badvernum\.cmake:1 \(enable_language\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,4 +1,4 @@
-- CMAKE_C_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9.]*\.sdk)?'
-- CMAKE_CXX_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9.]*\.sdk)?'
-- CMAKE_OBJC_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9.]*\.sdk)?'
-- CMAKE_OBJCXX_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9.]*\.sdk)?'
-- CMAKE_C_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9\.]*\.sdk)?'
-- CMAKE_CXX_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9\.]*\.sdk)?'
-- CMAKE_OBJC_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9\.]*\.sdk)?'
-- CMAKE_OBJCXX_COMPILER_APPLE_SYSROOT='/([^']*/SDKs/MacOSX[0-9\.]*\.sdk)?'

View File

@@ -1 +1 @@
ERROR: Undefined symbol: .AIXNotExported
ERROR: Undefined symbol: \.AIXNotExported

View File

@@ -1,8 +1,8 @@
^CMake Warning \(dev\) in CMakeLists\.txt:
AUTOGEN: No valid Qt version found for target main. AUTOMOC, AUTOUIC and
AUTORCC disabled. Consider adding:
AUTOGEN: No valid Qt version found for target main\. AUTOMOC, AUTOUIC and
AUTORCC disabled\. Consider adding:
find_package\(Qt<QTVERSION> COMPONENTS Widgets\)
to your CMakeLists.txt file.
This warning is for project developers. Use -Wno-dev to suppress it.
to your CMakeLists\.txt file\.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,8 +1,8 @@
^CMake Warning \(dev\) in CMakeLists\.txt:
AUTOGEN: No valid Qt version found for target main. AUTOMOC, AUTOUIC and
AUTORCC disabled. Consider adding:
AUTOGEN: No valid Qt version found for target main\. AUTOMOC, AUTOUIC and
AUTORCC disabled\. Consider adding:
find_package\(Qt<QTVERSION> COMPONENTS Widgets\)
to your CMakeLists.txt file.
This warning is for project developers. Use -Wno-dev to suppress it.
to your CMakeLists\.txt file\.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,4 +1,4 @@
CMake Error at CustomCommandDepends-BadArgs\.cmake:[0-9]+ \(add_custom_command\):
add_custom_command IMPLICIT_DEPENDS and DEPFILE can not both be specified.
add_custom_command IMPLICIT_DEPENDS and DEPFILE can not both be specified\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)

View File

@@ -1,9 +1,9 @@
^CMake Deprecation Warning at [^
]*/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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.$
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.$

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1 +1 @@
This message is printed by echo_message.bat
This message is printed by echo_message\.bat

View File

@@ -1,2 +1,2 @@
Target "foo" links to item " bar " which has leading or trailing
whitespace. This is now an error according to policy CMP0004.
whitespace\. This is now an error according to policy CMP0004\.

View File

@@ -1,2 +1,2 @@
Target "foo" links to item " bat " which has leading or trailing
whitespace. This is now an error according to policy CMP0004.
whitespace\. This is now an error according to policy CMP0004\.

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0026-CONFIG-LOCATION-NEW.cmake:7 \(get_target_property\):
The LOCATION property may not be read from target "somelib". Use the
CMake Error at CMP0026-CONFIG-LOCATION-NEW\.cmake:7 \(get_target_property\):
The LOCATION property may not be read from target "somelib"\. Use the
target name directly with add_custom_command, or use the generator
expression \$<TARGET_FILE>, as appropriate.
expression \$<TARGET_FILE>, as appropriate\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0026-LOCATION-CONFIG-NEW.cmake:7 \(get_target_property\):
The LOCATION property may not be read from target "somelib". Use the
CMake Error at CMP0026-LOCATION-CONFIG-NEW\.cmake:7 \(get_target_property\):
The LOCATION property may not be read from target "somelib"\. Use the
target name directly with add_custom_command, or use the generator
expression \$<TARGET_FILE>, as appropriate.
expression \$<TARGET_FILE>, as appropriate\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0026-NEW.cmake:7 \(get_target_property\):
The LOCATION property may not be read from target "somelib". Use the
CMake Error at CMP0026-NEW\.cmake:7 \(get_target_property\):
The LOCATION property may not be read from target "somelib"\. Use the
target name directly with add_custom_command, or use the generator
expression \$<TARGET_FILE>, as appropriate.
expression \$<TARGET_FILE>, as appropriate\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)

View File

@@ -3,11 +3,11 @@ CMake Error in CMakeLists\.txt:
"/does/not/exist"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
in its INTERFACE_INCLUDE_DIRECTORIES\. Possible reasons include:
\* The path was deleted, renamed, or moved to another location.
\* The path was deleted, renamed, or moved to another location\.
\* An install or uninstall procedure did not complete successfully.
\* An install or uninstall procedure did not complete successfully\.
\* The installation package was faulty and references files it does not
provide.
provide\.

View File

@@ -1,20 +1,20 @@
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)

View File

@@ -1,18 +1,18 @@
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.
such as generator expressions, and may result in undefined behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
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.
such as generator expressions, and may result in undefined behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)

View File

@@ -1,20 +1,20 @@
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
+
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.
behavior\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)

View File

@@ -1,4 +1,4 @@
^CMake Error at NEW-cond-package\.cmake:[0-9]+ \(add_custom_target\):
The target name "package" is reserved when CPack packaging is enabled.
The target name "package" is reserved when CPack packaging is enabled\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)$

View File

@@ -1,5 +1,5 @@
^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.
enabled\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)$

View File

@@ -1,4 +1,4 @@
^CMake Error at NEW-cond-test\.cmake:[0-9]+ \(add_custom_target\):
The target name "test" is reserved when CTest testing is enabled.
The target name "test" is reserved when CTest testing is enabled\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)$

View File

@@ -1,4 +1,4 @@
CMake Error at CMP0038-NEW.cmake:1 \(add_library\):
Target "self_link" links to itself.
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\)

View File

@@ -9,7 +9,7 @@ CMake Error in CMakeLists\.txt:
".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
which is prefixed in the source directory.
which is prefixed in the source directory\.
CMake Error in CMakeLists\.txt:
@@ -17,4 +17,4 @@ CMake Error in CMakeLists\.txt:
".*/Tests/RunCMake/CMP0041/CMP0041-NEW-build/include/\$<TARGET_PROPERTY:NAME>"
which is prefixed in the build directory.
which is prefixed in the build directory\.

View File

@@ -3,7 +3,7 @@ CMake Error in CMakeLists\.txt:
".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
which is prefixed in the source directory.
which is prefixed in the source directory\.
CMake Error in CMakeLists\.txt:
@@ -11,7 +11,7 @@ CMake Error in CMakeLists\.txt:
".*/Tests/RunCMake/CMP0041/include/\$<TARGET_PROPERTY:NAME>"
which is prefixed in the source directory.
which is prefixed in the source directory\.
CMake Error in CMakeLists\.txt:
@@ -19,4 +19,4 @@ CMake Error in CMakeLists\.txt:
".*/Tests/RunCMake/CMP0041/CMP0041-tid-NEW-build/include/\$<TARGET_PROPERTY:NAME>"
which is prefixed in the build directory.
which is prefixed in the build directory\.

View File

@@ -1,4 +1,4 @@
CMake Error at CMP0045-NEW\.cmake:[0-9]+ \(get_target_property\):
get_target_property\(\) called with non-existent target "tgt".
get_target_property\(\) called with non-existent target "tgt"\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)

View File

@@ -1,4 +1,4 @@
CMake Error at CMP0046-NEW-missing-dependency\.cmake:[0-9]+ \(add_dependencies\):
The dependency target "bar" of target "foo" does not exist.
The dependency target "bar" of target "foo" does not exist\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)

View File

@@ -1 +1 @@
^Sources: "empty.cpp;\$<TARGET_OBJECTS:objects>"$
^Sources: "empty\.cpp;\$<TARGET_OBJECTS:objects>"$

View File

@@ -1,4 +1,4 @@
CMake Error at CMP0054-keywords-NEW.cmake:21 \(if\):
CMake Error at CMP0054-keywords-NEW\.cmake:21 \(if\):
if given arguments:
"NOT" "1"

View File

@@ -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.
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\)

View File

@@ -1,4 +1,4 @@
CMake Error at CMP0055-NEW-Reject-Arguments.cmake:2 \(break\):
The BREAK command does not accept any arguments.
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\)

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,7 +1,7 @@
CMake Warning \(dev\):
Policy CMP0068 is not set: RPATH settings on macOS do not affect
install_name. Run "cmake --help-policy CMP0068" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
install_name\. Run "cmake --help-policy CMP0068" for policy details\. Use
the cmake_policy command to set the policy and suppress this warning\.
For compatibility with older versions of CMake, the install_name fields for
the following targets are still affected by RPATH settings:
@@ -9,4 +9,4 @@ CMake Warning \(dev\):
foo3
foo4
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,6 +1,6 @@
^CMake Warning \(dev\) at CMP0069-WARN\.cmake:[0-9]+ \(add_executable\):
Policy CMP0069 is not set: INTERPROCEDURAL_OPTIMIZATION is enforced when
enabled. Run "cmake --help-policy CMP0069" for policy details\. Use the
enabled\. Run "cmake --help-policy CMP0069" for policy details\. Use the
cmake_policy command to set the policy and suppress this warning\.
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'foo'\.

View File

@@ -1,4 +1,4 @@
CMake Error in CMakeLists\.txt:
Found relative path while evaluating link directories of "foo":
"../lib"
"\.\./lib"

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,10 +1,10 @@
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.
target property\. Run "cmake --help-policy CMP0081" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Found relative path while evaluating link directories of "foo":
"../lib"
"\.\./lib"
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,10 +1,10 @@
CMake Warning \(dev\) at CMP0102-Common.cmake:2 \(mark_as_advanced\):
CMake Warning \(dev\) at CMP0102-Common\.cmake:2 \(mark_as_advanced\):
Policy CMP0102 is not set: The variable named "CMP0102_TEST_VARIABLE" is
not in the cache. This results in an empty cache entry which is no longer
created when policy CMP0102 is set to NEW. Run "cmake --help-policy
CMP0102" for policy details. Use the cmake_policy command to set the
policy and suppress this warning.
not in the cache\. This results in an empty cache entry which is no longer
created when policy CMP0102 is set to NEW\. Run "cmake --help-policy
CMP0102" for policy details\. Use the cmake_policy command to set the
policy and suppress this warning\.
Call Stack \(most recent call first\):
CMP0102-WARN.cmake:4 \(include\)
CMP0102-WARN\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,8 +1,8 @@
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
suppress this warning.
empty CUDA_ARCHITECTURES not allowed\. Run "cmake --help-policy CMP0104"
for policy details\. Use the cmake_policy command to set the policy and
suppress this warning\.
CUDA_ARCHITECTURES is empty for target "cuda".
This warning is for project developers. Use -Wno-dev to suppress it.
CUDA_ARCHITECTURES is empty for target "cuda"\.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,9 +1,9 @@
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
CMP0106.
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
CMP0106\.
Call Stack \(most recent call first\):
CMP0106-Common.cmake:10 \(include\)
CMP0106-NEW.cmake:4 \(include\)
CMP0106-Common\.cmake:10 \(include\)
CMP0106-NEW\.cmake:4 \(include\)
CMakeLists\.txt:7 \(include\)

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,8 +1,8 @@
CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
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.
CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
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\.
Call Stack \(most recent call first\):
subdir/CMakeLists\.txt:2 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,9 +1,9 @@
CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
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.
CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
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\.
Call Stack \(most recent call first\):
CMP0106-WARN-VTK.cmake:2 \(include\)
CMP0106-WARN-VTK\.cmake:2 \(include\)
CMakeLists\.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,37 +1,37 @@
CMake Warning \(dev\) at CMP0106-Common.cmake:1 \(include\):
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.
CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
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\.
Call Stack \(most recent call first\):
CMP0106-WARN.cmake:2 \(include\)
CMP0106-WARN\.cmake:2 \(include\)
CMakeLists\.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
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.
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\.
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.
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\.
Call Stack \(most recent call first\):
CMP0106-Common.cmake:1 \(include\)
CMP0106-WARN.cmake:2 \(include\)
CMP0106-Common\.cmake:1 \(include\)
CMP0106-WARN\.cmake:2 \(include\)
CMakeLists\.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
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.
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\.
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.
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\.
Call Stack \(most recent call first\):
CMP0106-Common.cmake:10 \(include\)
CMP0106-WARN.cmake:2 \(include\)
CMP0106-Common\.cmake:10 \(include\)
CMP0106-WARN\.cmake:2 \(include\)
CMakeLists\.txt:7 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,6 +1,6 @@
^(CMake Error in CMakeLists\.txt:
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static)_lib"( configuration
"[^"]+")?.
"[^"]+")?\.
)+
.*(IMPORTED_LOCATION or )?IMPORTED_IMPLIB not set for imported target.*"shared_lib".*
CMake Generate step failed. Build files cannot be regenerated correctly.$
CMake Generate step failed\. Build files cannot be regenerated correctly\.$

View File

@@ -1,10 +1,10 @@
^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.
of CMake\.
The cmake-policies\(7\) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
specific short-term circumstances\. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)$

View File

@@ -1,19 +1,19 @@
^(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
warning.
fails during generation\. Run "cmake --help-policy CMP0111" for policy
details\. Use the cmake_policy command to set the policy and suppress this
warning\.
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static)_lib"( configuration
"[^"]+")?.
This warning is for project developers. Use -Wno-dev to suppress it.
"[^"]+")?\.
This warning is for project developers\. Use -Wno-dev to suppress it\.
+)+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
warning.
fails during generation\. Run "cmake --help-policy CMP0111" for policy
details\. Use the cmake_policy command to set the policy and suppress this
warning\.
IMPORTED_(LOCATION|IMPLIB) not set for imported target "(unknown|static)_lib"( configuration
"[^"]+")?.
"[^"]+")?\.
.*(IMPORTED_LOCATION or )?IMPORTED_IMPLIB not set for imported target.*"shared_lib".*
This warning is for project developers. Use -Wno-dev to suppress it.$
This warning is for project developers\. Use -Wno-dev to suppress it\.$

View File

@@ -13,4 +13,4 @@ CMake Error at GenInSubdir/CMakeLists\.txt:[0-9]+ \(target_sources\):
Cannot find source file:
[^
]*/Tests/RunCMake/CMP0118/GenInSubdir-OLD-build/GenInSubdir/sub.txt
]*/Tests/RunCMake/CMP0118/GenInSubdir-OLD-build/GenInSubdir/sub\.txt

View File

@@ -2,4 +2,4 @@
Cannot find source file:
[^
]*/Tests/RunCMake/CMP0118/GenInSubdir-WARN-build/GenInSubdir/sub.txt
]*/Tests/RunCMake/CMP0118/GenInSubdir-WARN-build/GenInSubdir/sub\.txt

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-ERANGE-Common.cmake:3 \(list\):
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\)
CMP0121-ERANGE-NEW\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-ERANGE-Common.cmake:3 \(list\):
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\)
CMP0121-ERANGE-OLD\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,17 +1,17 @@
CMake Warning \(dev\) at CMP0121-ERANGE-Common.cmake:3 \(list\):
CMake Warning \(dev\) at CMP0121-ERANGE-Common\.cmake:3 \(list\):
Policy CMP0121 is not set: The list\(\) command now validates parsing of
index arguments. Run "cmake --help-policy CMP0121" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Invalid list index "18446744073709551616".
index arguments\. Run "cmake --help-policy CMP0121" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Invalid list index "18446744073709551616"\.
Call Stack \(most recent call first\):
CMP0121-ERANGE-WARN.cmake:2 \(include\)
CMP0121-ERANGE-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
.*
CMake Error at CMP0121-ERANGE-Common.cmake:3 \(list\):
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\)
CMP0121-ERANGE-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-GET-Common.cmake:3 \(list\):
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\)
CMP0121-GET-NEW\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,11 +1,11 @@
CMake Warning \(dev\) at CMP0121-GET-Common.cmake:3 \(list\):
CMake Warning \(dev\) at CMP0121-GET-Common\.cmake:3 \(list\):
Policy CMP0121 is not set: The list\(\) command now validates parsing of
index arguments. Run "cmake --help-policy CMP0121" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Invalid list index "2junk".
index arguments\. Run "cmake --help-policy CMP0121" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Invalid list index "2junk"\.
Call Stack \(most recent call first\):
CMP0121-GET-WARN.cmake:2 \(include\)
CMP0121-GET-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
GET: -->a;c<--

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-INSERT-Common.cmake:3 \(list\):
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\)
CMP0121-INSERT-NEW\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,11 +1,11 @@
CMake Warning \(dev\) at CMP0121-INSERT-Common.cmake:3 \(list\):
CMake Warning \(dev\) at CMP0121-INSERT-Common\.cmake:3 \(list\):
Policy CMP0121 is not set: The list\(\) command now validates parsing of
index arguments. Run "cmake --help-policy CMP0121" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Invalid list index "junk2".
index arguments\. Run "cmake --help-policy CMP0121" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Invalid list index "junk2"\.
Call Stack \(most recent call first\):
CMP0121-INSERT-WARN.cmake:2 \(include\)
CMP0121-INSERT-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
INSERT: -->new;a;b;c;d;e<--

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-REMOVE_AT-Common.cmake:3 \(list\):
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\)
CMP0121-REMOVE_AT-NEW\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,11 +1,11 @@
CMake Warning \(dev\) at CMP0121-REMOVE_AT-Common.cmake:3 \(list\):
CMake Warning \(dev\) at CMP0121-REMOVE_AT-Common\.cmake:3 \(list\):
Policy CMP0121 is not set: The list\(\) command now validates parsing of
index arguments. Run "cmake --help-policy CMP0121" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Invalid list index "invalid".
index arguments\. Run "cmake --help-policy CMP0121" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Invalid list index "invalid"\.
Call Stack \(most recent call first\):
CMP0121-REMOVE_AT-WARN.cmake:2 \(include\)
CMP0121-REMOVE_AT-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
REMOVE_AT: -->b;c;d;e<--

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-SUBLIST-length-Common.cmake:3 \(list\):
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\)
CMP0121-SUBLIST-length-NEW\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,11 +1,11 @@
CMake Warning \(dev\) at CMP0121-SUBLIST-length-Common.cmake:3 \(list\):
CMake Warning \(dev\) at CMP0121-SUBLIST-length-Common\.cmake:3 \(list\):
Policy CMP0121 is not set: The list\(\) command now validates parsing of
index arguments. Run "cmake --help-policy CMP0121" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Invalid list index "invalid".
index arguments\. Run "cmake --help-policy CMP0121" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Invalid list index "invalid"\.
Call Stack \(most recent call first\):
CMP0121-SUBLIST-length-WARN.cmake:2 \(include\)
CMP0121-SUBLIST-length-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
SUBLIST-length: --><--

View File

@@ -1,7 +1,7 @@
CMake Error at CMP0121-SUBLIST-start-Common.cmake:3 \(list\):
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\)
CMP0121-SUBLIST-start-NEW\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,11 +1,11 @@
CMake Warning \(dev\) at CMP0121-SUBLIST-start-Common.cmake:3 \(list\):
CMake Warning \(dev\) at CMP0121-SUBLIST-start-Common\.cmake:3 \(list\):
Policy CMP0121 is not set: The list\(\) command now validates parsing of
index arguments. Run "cmake --help-policy CMP0121" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
Invalid list index "invalid".
index arguments\. Run "cmake --help-policy CMP0121" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Invalid list index "invalid"\.
Call Stack \(most recent call first\):
CMP0121-SUBLIST-start-WARN.cmake:2 \(include\)
CMP0121-SUBLIST-start-WARN\.cmake:2 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
SUBLIST-start: -->a;b<--

View File

@@ -10,5 +10,5 @@ RELATIVE_PATH_AND_LOCAL=relative_local
RELATIVE_PATH_WITH_TYPE_AND_LOCAL=relative_local
ABSOLUTE_PATH_AND_LOCAL=/absolute_local
ABSOLUTE_PATH_WITH_TYPE_AND_LOCAL=/absolute_local
NOTFOUND_PATH_AND_LOCAL=/.+/CMP0125/file.txt
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/file.txt
NOTFOUND_PATH_AND_LOCAL=/.+/CMP0125/file\.txt
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/file\.txt

View File

@@ -10,5 +10,5 @@ RELATIVE_PATH_AND_LOCAL=relative_local
RELATIVE_PATH_WITH_TYPE_AND_LOCAL=relative_local
ABSOLUTE_PATH_AND_LOCAL=/absolute_local
ABSOLUTE_PATH_WITH_TYPE_AND_LOCAL=/absolute_local
NOTFOUND_PATH_AND_LOCAL=/.+/CMP0125/libfile.(so|dylib)
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/libfile.(so|dylib)
NOTFOUND_PATH_AND_LOCAL=/.+/CMP0125/libfile\.(so|dylib)
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/libfile\.(so|dylib)

View File

@@ -10,5 +10,5 @@ RELATIVE_PATH_AND_LOCAL=relative_local
RELATIVE_PATH_WITH_TYPE_AND_LOCAL=relative_local
ABSOLUTE_PATH_AND_LOCAL=/absolute_local
ABSOLUTE_PATH_WITH_TYPE_AND_LOCAL=/absolute_local
NOTFOUND_PATH_AND_LOCAL=/.+/CMP0125/file.txt
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/file.txt
NOTFOUND_PATH_AND_LOCAL=/.+/CMP0125/file\.txt
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/file\.txt

View File

@@ -11,4 +11,4 @@ RELATIVE_PATH_WITH_TYPE_AND_LOCAL=relative_local
ABSOLUTE_PATH_AND_LOCAL=/absolute
ABSOLUTE_PATH_WITH_TYPE_AND_LOCAL=/absolute_local
NOTFOUND_PATH_AND_LOCAL=NOTFOUND
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/file.txt
NOTFOUND_PATH_WITH_TYPE_AND_LOCAL=/.+/CMP0125/file\.txt

View File

@@ -1,13 +1,13 @@
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.
PATH_EQUAL operator\. Run "cmake --help-policy CMP0139" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
PATH_EQUAL will be interpreted as an operator when the policy is set to
NEW. Since the policy is not set the OLD behavior will be used.
NEW\. Since the policy is not set the OLD behavior will be used\.
Call Stack \(most recent call first\):
CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Error at CMP0139-WARN\.cmake:[0-9]+ \(if\):
if given arguments:

View File

@@ -20,7 +20,7 @@
]*/Tests/RunCMake/CMP0152/CMP0152-WARN-build/dir/nested
Since the policy is not set, CMake is using the OLD behavior for
compatibility.
compatibility\.
Call Stack \(most recent call first\):
CMP0152-WARN\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(include\)

View File

@@ -1,35 +1,35 @@
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.
linker capabilities\. Run "cmake --help-policy CMP0156" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Since the policy is not set, legacy libraries de-duplication strategy will
be applied.
be applied\.
Call Stack \(most recent call first\):
CMP0156-WARN\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
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.
linker capabilities\. Run "cmake --help-policy CMP0156" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Since the policy is not set, legacy libraries de-duplication strategy will
be applied.
be applied\.
Call Stack \(most recent call first\):
CMP0156-WARN\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
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.
linker capabilities\. Run "cmake --help-policy CMP0156" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
Since the policy is not set, legacy libraries de-duplication strategy will
be applied.
be applied\.
Call Stack \(most recent call first\):
CMP0156-WARN\.cmake:[0-9]+ \(include\)
CMakeLists\.txt:[0-9]+ \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.

View File

@@ -1,233 +1,233 @@
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
HEADER_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_HEADER_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
MANUALLY_ADDED_DEPENDENCIES property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
NAME property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
TYPE property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
ALIAS_GLOBAL property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
BINARY_DIR property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
CXX_MODULE_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
IMPORTED property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_CXX_MODULE_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
LOCATION property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
LOCATION_CONFIG property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
SOURCE_DIR property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
IMPORTED_GLOBAL property can't be set on non-imported
targets\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
HEADER_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_HEADER_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
MANUALLY_ADDED_DEPENDENCIES property is read-only for
target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
NAME property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
TYPE property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
ALIAS_GLOBAL property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
BINARY_DIR property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
CXX_MODULE_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
IMPORTED property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_CXX_MODULE_SETS property is read-only for
target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
LOCATION property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
LOCATION_CONFIG property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
SOURCE_DIR property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
EXPORT_NAME property can't be set on imported targets\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
SOURCES property can't be set on imported targets\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-NEW.cmake:4 \(include\)
CMP0160-NEW\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,104 +1,104 @@
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
HEADER_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_HEADER_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
MANUALLY_ADDED_DEPENDENCIES property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
NAME property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
TYPE property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
IMPORTED_GLOBAL property can't be set on non-imported
targets\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
HEADER_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_HEADER_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
MANUALLY_ADDED_DEPENDENCIES property is read-only for
target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
NAME property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
TYPE property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
EXPORT_NAME property can't be set on imported targets\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
SOURCES property can't be set on imported targets\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-OLD.cmake:4 \(include\)
CMP0160-OLD\.cmake:4 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,297 +1,297 @@
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
HEADER_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_HEADER_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
MANUALLY_ADDED_DEPENDENCIES property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
NAME property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
TYPE property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
ALIAS_GLOBAL property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
BINARY_DIR property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
CXX_MODULE_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
IMPORTED property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
INTERFACE_CXX_MODULE_SETS property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
LOCATION property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
LOCATION_CONFIG property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
SOURCE_DIR property is read-only for target\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
IMPORTED_GLOBAL property can't be set on non-imported
targets\("ReadOnlyLib"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
HEADER_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
INTERFACE_HEADER_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
MANUALLY_ADDED_DEPENDENCIES property is read-only for
target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
NAME property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
TYPE property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
ALIAS_GLOBAL property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
BINARY_DIR property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
CXX_MODULE_SETS property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
IMPORTED property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
INTERFACE_CXX_MODULE_SETS property is read-only for
target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
LOCATION property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
LOCATION_CONFIG property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Warning \(dev\) at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
Policy CMP0160 is not set: More read-only target properties now error when
trying to set them. Run "cmake --help-policy CMP0160" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
trying to set them\. Run "cmake --help-policy CMP0160" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
SOURCE_DIR property is read-only for target\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.
This warning is for project developers\. Use -Wno-dev to suppress it\.
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
EXPORT_NAME property can't be set on imported targets\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)
CMake Error at READONLY_PROPERTIES.cmake:44 \(set_target_properties\):
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
SOURCES property can't be set on imported targets\("ReadOnlyImport"\)
Call Stack \(most recent call first\):
CMP0160-WARN.cmake:3 \(include\)
CMP0160-WARN\.cmake:3 \(include\)
CMakeLists\.txt:3 \(include\)

View File

@@ -1,6 +1,6 @@
CMake Warning \(dev\) at CMP0171-WARN\.cmake:[0-9]+ \(add_custom_target\):
Policy CMP0171 is not set: 'codegen' is a reserved target name\. Run "cmake
--help-policy CMP0171" for policy details. Use the cmake_policy command to
--help-policy CMP0171" for policy details\. Use the cmake_policy command to
set the policy and suppress this warning\.
The target name "codegen" is reserved\.

View File

@@ -1,9 +1,9 @@
^CMake Warning \(dev\) at [^
]*/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.
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\)
This warning is for project developers. Use -Wno-dev to suppress it.$
This warning is for project developers\. Use -Wno-dev to suppress it\.$

View File

@@ -1,3 +1,3 @@
CMake Error: CMakeLists filename : \"another.cmake\"
Does not match the previous: \"other.cmake\"
Either remove the CMakeCache.txt file and CMakeFiles directory or choose a different binary directory.
CMake Error: CMakeLists filename : \"another\.cmake\"
Does not match the previous: \"other\.cmake\"
Either remove the CMakeCache\.txt file and CMakeFiles directory or choose a different binary directory\.

View File

@@ -1,3 +1,3 @@
\-\- Processing: CMakeLists.txt
\-\- Processing: subdir-1/CMakeLists.txt
\-\- Processing: subdir-2/CMakeLists.txt
\-\- Processing: CMakeLists\.txt
\-\- Processing: subdir-1/CMakeLists\.txt
\-\- Processing: subdir-2/CMakeLists\.txt

View File

@@ -1,4 +1,4 @@
CMake Warning:
This project has been configured with a project file other than
CMakeLists.txt. This feature is intended for temporary use during
development and not for publication of a final product.
CMakeLists\.txt\. This feature is intended for temporary use during
development and not for publication of a final product\.

View File

@@ -1,3 +1,3 @@
\-\- Processing: other.cmake
\-\- Processing: subdir-1/other.cmake
\-\- Processing: subdir-2/CMakeLists.txt
\-\- Processing: other\.cmake
\-\- Processing: subdir-1/other\.cmake
\-\- Processing: subdir-2/CMakeLists\.txt

View File

@@ -1,9 +1,9 @@
CMake Warning:
This project has been configured with a project file other than
CMakeLists.txt. This feature is intended for temporary use during
development and not for publication of a final product.
CMakeLists\.txt\. This feature is intended for temporary use during
development and not for publication of a final product\.
CMake Error: The source directory [^
]* does not appear to contain dne.cmake.
Specify --help for usage, or press the help button on the CMake GUI.
]* does not appear to contain dne\.cmake\.
Specify --help for usage, or press the help button on the CMake GUI\.

View File

@@ -1,2 +1,2 @@
CMake Error: No filename specified for --project-file
CMake Error: Run 'cmake --help' for all supported options.
CMake Error: Run 'cmake --help' for all supported options\.

View File

@@ -1,4 +1,4 @@
CMake Warning:
This project has been configured with a project file other than
CMakeLists.txt. This feature is intended for temporary use during
development and not for publication of a final product.
CMakeLists\.txt\. This feature is intended for temporary use during
development and not for publication of a final product\.

View File

@@ -1,3 +1,3 @@
\-\- Processing: other.cmake
\-\- Processing: subdir-1/other.cmake
\-\- Processing: subdir-2/CMakeLists.txt
\-\- Processing: other\.cmake
\-\- Processing: subdir-1/other\.cmake
\-\- Processing: subdir-2/CMakeLists\.txt

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator-arm64/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator-arm64/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator-x86_64/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator-x86_64/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios-simulator/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/ios/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/macos/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/macos/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/tvos-simulator/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/tvos-simulator/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/tvos/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/tvos/cmake/mylib/mylib-targets\.cmake'

View File

@@ -1 +1 @@
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/visionos-simulator/cmake/mylib/mylib-targets.cmake'
loaded: '[^']*/Tests/RunCMake/CMakePackage/apple-install/lib/visionos-simulator/cmake/mylib/mylib-targets\.cmake'

Some files were not shown because too many files have changed in this diff Show More