mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Diagnostics: Update tests (automated)
Update expected test output to account for the new format of diagnostic messages. These changes were applied entirely by `sed` using the following commands: - `/Use -Wno-dev to suppress/s/-Wno-dev/-Wno-author/g` - `s/Warning [\\][(]dev[\\][)]/Warning \\(author\\)/g` - `s/CMake Deprecation Warning/CMake Warning \\(deprecated\\)/g` This is not a complete fix, but covers a significant fraction of the needed changes, and this commit is strictly automated changes.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
^CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
^CMake Warning \(author\) in CMakeLists\.txt:
|
||||
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\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
^CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
^CMake Warning \(author\) in CMakeLists\.txt:
|
||||
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\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at QtSubDir1/CMakeLists\.txt:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at QtSubDir1/CMakeLists\.txt:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0116 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at [^
|
||||
^CMake Warning \(deprecated\) 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\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0080-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) 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 Warning \(dev\) at .*/Modules/BundleUtilities\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) at .*/Modules/BundleUtilities\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0080 is not set: BundleUtilities cannot be included at configure
|
||||
time\. Run "cmake --help-policy CMP0080" for policy details\. Use the
|
||||
cmake_policy command to set the policy and suppress this warning\.
|
||||
@@ -7,4 +7,4 @@ Call Stack \(most recent call first\):
|
||||
.*/Modules/BundleUtilities\.cmake:[0-9]+ \(_warn_cmp0080\)
|
||||
CMP0080-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-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0026-IMPORTED\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) 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 Deprecation Warning at CMP0068-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) 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 Warning \(dev\):
|
||||
CMake Warning \(author\):
|
||||
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\.
|
||||
@@ -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-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0069-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) 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 Warning \(dev\) at CMP0069-WARN\.cmake:[0-9]+ \(add_executable\):
|
||||
^CMake Warning \(author\) 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
|
||||
cmake_policy command to set the policy and suppress this warning\.
|
||||
@@ -6,4 +6,4 @@
|
||||
INTERPROCEDURAL_OPTIMIZATION property will be ignored for target 'foo'\.
|
||||
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-author to suppress it\.$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0081-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) 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 \(author\) 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\.
|
||||
@@ -7,4 +7,4 @@ CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
|
||||
"\.\./lib"
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0102-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0102-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0102 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0102-Common\.cmake:2 \(mark_as_advanced\):
|
||||
CMake Warning \(author\) 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
|
||||
@@ -7,4 +7,4 @@ CMake Warning \(dev\) at CMP0102-Common\.cmake:2 \(mark_as_advanced\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0104-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0104-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0104 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
CMake Warning \(dev\) in CMakeLists\.txt:
|
||||
CMake Warning \(author\) 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\.
|
||||
|
||||
CUDA_ARCHITECTURES is empty for target "cuda"\.
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0106-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0106-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0106 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
|
||||
CMake Warning \(author\) 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-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,4 +6,4 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,9 +6,9 @@ CMake Warning \(dev\) at CMP0106-Common\.cmake:1 \(include\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at .*/Modules/Documentation\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -20,9 +20,9 @@ Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at .*/Modules/Documentation\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -34,4 +34,4 @@ Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0111-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) 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 \(author\) 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
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
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:
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+CMake Warning \(author\) 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
|
||||
@@ -16,4 +16,4 @@ This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
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-author to suppress it\.$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMakeLists\.txt:[0-9]+ \(cmake_minimum_required\):
|
||||
^CMake Warning \(deprecated\) at CMakeLists\.txt:[0-9]+ \(cmake_minimum_required\):
|
||||
The OLD behavior for policy CMP0115 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Warning \(dev\) at CMP0115\.cmake:[0-9]+ \(add_executable\):
|
||||
^CMake Warning \(author\) at CMP0115\.cmake:[0-9]+ \(add_executable\):
|
||||
Policy CMP0115 is not set: Source file extensions must be explicit\. Run
|
||||
"cmake --help-policy CMP0115" for policy details\. Use the cmake_policy
|
||||
command to set the policy and suppress this warning\.
|
||||
@@ -10,7 +10,7 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0115-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-author to suppress it\.
|
||||
|
||||
CMake Error at CMP0115\.cmake:[0-9]+ \(add_executable\):
|
||||
Cannot find source file:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0116-Mixed\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0116-Mixed\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0116 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
@@ -9,20 +9,20 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
+
|
||||
CMake Warning \(dev\) at CMP0116-Mixed\.cmake:1 \(add_custom_command\):
|
||||
CMake Warning \(author\) at CMP0116-Mixed\.cmake:1 \(add_custom_command\):
|
||||
Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
|
||||
add_custom_command\(\)\. Run "cmake --help-policy CMP0116" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
warning\.
|
||||
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-author to suppress it\.(
|
||||
|
||||
CMake Warning \(dev\) at CMP0116-Mixed\.cmake:1 \(add_custom_command\):
|
||||
CMake Warning \(author\) at CMP0116-Mixed\.cmake:1 \(add_custom_command\):
|
||||
Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
|
||||
add_custom_command\(\)\. Run "cmake --help-policy CMP0116" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
warning\.
|
||||
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-author to suppress it\.)*$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMakeLists\.txt:[0-9]+ \(cmake_minimum_required\):
|
||||
^CMake Warning \(deprecated\) at CMakeLists\.txt:[0-9]+ \(cmake_minimum_required\):
|
||||
The OLD behavior for policy CMP0116 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMakeLists\.txt:[0-9]+ \(cmake_minimum_required\):
|
||||
^CMake Warning \(deprecated\) at CMakeLists\.txt:[0-9]+ \(cmake_minimum_required\):
|
||||
The OLD behavior for policy CMP0116 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
^(CMake Warning \(dev\) at Subdirectory/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
^(CMake Warning \(author\) at Subdirectory/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
|
||||
add_custom_command\(\)\. Run "cmake --help-policy CMP0116" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
warning\.
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
*)+$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^(CMake Warning \(dev\) at Common\.cmake:[0-9]+ \(add_custom_command\):
|
||||
^(CMake Warning \(author\) at Common\.cmake:[0-9]+ \(add_custom_command\):
|
||||
Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
|
||||
add_custom_command\(\)\. Run "cmake --help-policy CMP0116" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -6,11 +6,11 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0116-WARN-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 Subdirectory/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+(CMake Warning \(author\) at Subdirectory/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
|
||||
add_custom_command\(\)\. Run "cmake --help-policy CMP0116" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
warning\.
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
*)+$
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
^(CMake Warning \(dev\) at subdir-Common-Test11/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^(CMake Warning \(author\) at subdir-Common-Test11/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test11\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test11\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test11\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -7,18 +7,18 @@ CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\
|
||||
CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
TARGET 'custom[4-6]' was not created in this directory\.
|
||||
+
|
||||
(CMake Warning \(dev\) at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
(CMake Warning \(author\) at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test13\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test13\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test13\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
^(CMake Warning \(dev\) at subdir-Common-Test15/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^(CMake Warning \(author\) at subdir-Common-Test15/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test15\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test15\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test15\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
^CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
^CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -12,13 +12,13 @@ Generated_with_full_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -26,13 +26,13 @@ Generated_with_full_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -40,13 +40,13 @@ Generated_with_full_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -54,13 +54,13 @@ Generated_with_relative_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -68,13 +68,13 @@ Generated_with_relative_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -82,13 +82,13 @@ Generated_with_relative_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -96,13 +96,13 @@ Generated_with_full_source_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -110,13 +110,13 @@ Generated_with_full_source_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path3\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
^CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
^CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -12,13 +12,13 @@ Generated_with_full_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -26,13 +26,13 @@ Generated_with_full_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -40,13 +40,13 @@ Generated_with_full_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -54,13 +54,13 @@ Generated_with_relative_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -68,13 +68,13 @@ Generated_with_relative_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -82,13 +82,13 @@ Generated_with_relative_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -96,13 +96,13 @@ Generated_with_full_source_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -110,13 +110,13 @@ Generated_with_full_source_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path3\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -4,13 +4,13 @@ Generated_with_full_path1\.txt: # 2a # GENERATED = `1`
|
||||
Generated_with_full_path1\.txt: # 2b # GENERATED = `1`
|
||||
Generated_with_full_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -18,7 +18,7 @@ Generated_with_full_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is set to NEW and the following non-boolean value given for
|
||||
property 'GENERATED' is therefore not allowed:
|
||||
|
||||
@@ -29,7 +29,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -43,13 +43,13 @@ Generated_with_relative_path1\.txt: # 2a # GENERATED = `1`
|
||||
Generated_with_relative_path1\.txt: # 2b # GENERATED = `1`
|
||||
Generated_with_relative_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -57,7 +57,7 @@ Generated_with_relative_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is set to NEW and the following non-boolean value given for
|
||||
property 'GENERATED' is therefore not allowed:
|
||||
|
||||
@@ -68,7 +68,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -82,13 +82,13 @@ Generated_with_full_source_path1\.txt: # 2a # GENERATED = `1`
|
||||
Generated_with_full_source_path1\.txt: # 2b # GENERATED = `1`
|
||||
Generated_with_full_source_path1\.txt: # 3a # GENERATED = `1`
|
||||
Generated_with_full_source_path1\.txt: # 3b # GENERATED = `1`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -96,7 +96,7 @@ Generated_with_full_source_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is set to NEW and the following non-boolean value given for
|
||||
property 'GENERATED' is therefore not allowed:
|
||||
|
||||
@@ -107,7 +107,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path3\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
^(CMake Warning \(dev\) at subdir-Common-Test7/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^(CMake Warning \(author\) at subdir-Common-Test7/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test7\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test7\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test7\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source1\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source1\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
^(CMake Warning \(dev\) at subdir-Common-Test9/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^(CMake Warning \(author\) at subdir-Common-Test9/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test9\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test9\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0118!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW-Test9\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_source1\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test1\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test1\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test10\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test10\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test11\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test11\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test12\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test12\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test13\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test13\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test14\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test14\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test15\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test15\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test16\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test16\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test1b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test1b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test2\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test2\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test2b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test2b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test2c\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test2c\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test2d\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test2d\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test3\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test3\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test3b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test3b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test4\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test4\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test4b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test4b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test5\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test5\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test6\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test6\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test7\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test7\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test8\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test8\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test8b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test8b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test9\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test9\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0118-OLD-Test9b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0118-OLD-Test9b\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^((CMake Warning \(dev\) at subdir-Common-Test11/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^((CMake Warning \(author\) at subdir-Common-Test11/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
Unsetting property 'GENERATED' will not be allowed under policy CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test11\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test11\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -19,7 +19,7 @@ This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test11\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -7,7 +7,7 @@ CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\
|
||||
CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
TARGET 'custom[4-6]' was not created in this directory\.
|
||||
+
|
||||
((CMake Warning \(dev\) at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
((CMake Warning \(author\) at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -15,9 +15,9 @@ CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\
|
||||
|
||||
Unsetting property 'GENERATED' will not be allowed under policy CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test13\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test13\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -28,7 +28,7 @@ This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test13\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^((CMake Warning \(dev\) at subdir-Common-Test15/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^((CMake Warning \(author\) at subdir-Common-Test15/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
Unsetting property 'GENERATED' will not be allowed under policy CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test15\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test15\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -19,7 +19,7 @@ This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test15\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
^CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -9,7 +9,7 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -17,7 +17,7 @@ Generated_with_full_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -28,7 +28,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -36,7 +36,7 @@ Generated_with_full_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -47,7 +47,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -55,7 +55,7 @@ Generated_with_full_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -66,7 +66,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -74,7 +74,7 @@ Generated_with_relative_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -85,7 +85,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -93,7 +93,7 @@ Generated_with_relative_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -104,7 +104,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -112,7 +112,7 @@ Generated_with_relative_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -123,7 +123,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -131,7 +131,7 @@ Generated_with_full_source_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -142,7 +142,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -150,7 +150,7 @@ Generated_with_full_source_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -161,7 +161,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path3\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
^CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -9,7 +9,7 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -17,7 +17,7 @@ Generated_with_full_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -28,7 +28,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -36,7 +36,7 @@ Generated_with_full_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -47,7 +47,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -55,7 +55,7 @@ Generated_with_full_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -66,7 +66,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -74,7 +74,7 @@ Generated_with_relative_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -85,7 +85,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -93,7 +93,7 @@ Generated_with_relative_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -104,7 +104,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -112,7 +112,7 @@ Generated_with_relative_path3\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -123,7 +123,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 1b # GENERATED = `0`
|
||||
@@ -131,7 +131,7 @@ Generated_with_full_source_path1\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -142,7 +142,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -150,7 +150,7 @@ Generated_with_full_source_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -161,7 +161,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test4b\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test4b\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path3\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -4,7 +4,7 @@ Generated_with_full_path1\.txt: # 2a # GENERATED = `1`
|
||||
Generated_with_full_path1\.txt: # 2b # GENERATED = `1`
|
||||
Generated_with_full_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -15,7 +15,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -23,7 +23,7 @@ Generated_with_full_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -42,7 +42,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -56,7 +56,7 @@ Generated_with_relative_path1\.txt: # 2a # GENERATED = `1`
|
||||
Generated_with_relative_path1\.txt: # 2b # GENERATED = `1`
|
||||
Generated_with_relative_path1\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path1\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -67,7 +67,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -75,7 +75,7 @@ Generated_with_relative_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_relative_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -94,7 +94,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_relative_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_relative_path3\.txt: # 1b # GENERATED = `0`
|
||||
@@ -108,7 +108,7 @@ Generated_with_full_source_path1\.txt: # 2a # GENERATED = `1`
|
||||
Generated_with_full_source_path1\.txt: # 2b # GENERATED = `1`
|
||||
Generated_with_full_source_path1\.txt: # 3a # GENERATED = `1`
|
||||
Generated_with_full_source_path1\.txt: # 3b # GENERATED = `1`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -119,7 +119,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path2\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 1b # GENERATED = `0`
|
||||
@@ -127,7 +127,7 @@ Generated_with_full_source_path2\.txt: # 2a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 2b # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3a # GENERATED = `0`
|
||||
Generated_with_full_source_path2\.txt: # 3b # GENERATED = `0`
|
||||
CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
CMake Warning \(author\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -146,7 +146,7 @@ CMake Warning \(dev\) at CMP0118-Common-Test5\.cmake:[0-9]+ \(set_property\):
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test5\.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-author to suppress it\.
|
||||
+
|
||||
Generated_with_full_source_path3\.txt: # 1a # GENERATED = `0`
|
||||
Generated_with_full_source_path3\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^((CMake Warning \(dev\) at subdir-Common-Test7/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^((CMake Warning \(author\) at subdir-Common-Test7/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
Unsetting property 'GENERATED' will not be allowed under policy CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test7\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test7\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -19,7 +19,7 @@ This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test7\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source1\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source1\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^((CMake Warning \(dev\) at subdir-Common-Test9/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^((CMake Warning \(author\) at subdir-Common-Test9/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
Unsetting property 'GENERATED' will not be allowed under policy CMP0118!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+)+
|
||||
(CMake Warning \(dev\) at CMP0118-Common-Test9\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0118-Common-Test9\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Policy CMP0118 is not set: GENERATED sources may be used across directories
|
||||
without manual marking\. Run "cmake --help-policy CMP0118" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -19,7 +19,7 @@ This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-WARN-Test9\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source1\.txt: # 1a # GENERATED = `0`
|
||||
Generated_source1\.txt: # 1b # GENERATED = `0`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at GenInSubdir-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at GenInSubdir-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0118 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0119-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0119-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0119 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0121-ERANGE-Common\.cmake:3 \(list\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,7 +6,7 @@ CMake Warning \(dev\) at CMP0121-ERANGE-Common\.cmake:3 \(list\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
.*
|
||||
CMake Error at CMP0121-ERANGE-Common\.cmake:3 \(list\):
|
||||
list index: (-2147483648|2147483647) out of range \(-5, 4\)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0121-GET-Common\.cmake:3 \(list\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,6 +6,6 @@ CMake Warning \(dev\) at CMP0121-GET-Common\.cmake:3 \(list\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
GET: -->a;c<--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0121-INSERT-Common\.cmake:3 \(list\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,6 +6,6 @@ CMake Warning \(dev\) at CMP0121-INSERT-Common\.cmake:3 \(list\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
INSERT: -->new;a;b;c;d;e<--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0121-REMOVE_AT-Common\.cmake:3 \(list\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,6 +6,6 @@ CMake Warning \(dev\) at CMP0121-REMOVE_AT-Common\.cmake:3 \(list\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
REMOVE_AT: -->b;c;d;e<--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0121-SUBLIST-length-Common\.cmake:3 \(list\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,6 +6,6 @@ CMake Warning \(dev\) at CMP0121-SUBLIST-length-Common\.cmake:3 \(list\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
SUBLIST-length: --><--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0121-SUBLIST-start-Common\.cmake:3 \(list\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -6,6 +6,6 @@ CMake Warning \(dev\) at CMP0121-SUBLIST-start-Common\.cmake:3 \(list\):
|
||||
Call Stack \(most recent call first\):
|
||||
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-author to suppress it\.
|
||||
|
||||
SUBLIST-start: -->a;b<--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0126-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0126-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0126 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0126-OLD_CL\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0126-OLD_CL\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0126 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0126-WARN\.cmake:[0-9]+ \(set\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -7,4 +7,4 @@ CMake Warning \(dev\) at CMP0126-WARN\.cmake:[0-9]+ \(set\):
|
||||
will be removed from the current scope\.
|
||||
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-author to suppress it\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at C-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at C-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0129 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CXX-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CXX-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0129 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at Fortran-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at Fortran-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0129 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0132-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0132-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0132 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0135-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0135-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0135 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at .*/Modules/ExternalProject/shared_internal_commands\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) at .*/Modules/ExternalProject/shared_internal_commands\.cmake:[0-9]+ \(message\):
|
||||
The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
|
||||
not set\. The policy's OLD behavior will be used\. When using a URL
|
||||
download, the timestamps of extracted files should preferably be that of
|
||||
@@ -9,7 +9,7 @@ CMake Warning \(dev\) at .*/Modules/ExternalProject/shared_internal_commands\.cm
|
||||
DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
|
||||
robustness issue\.
|
||||
.*
|
||||
CMake Warning \(dev\) at .*/Modules/FetchContent\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) at .*/Modules/FetchContent\.cmake:[0-9]+ \(message\):
|
||||
The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
|
||||
not set\. The policy's OLD behavior will be used\. When using a URL
|
||||
download, the timestamps of extracted files should preferably be that of
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0139-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0139-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0139 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0139-WARN\.cmake:[0-9]+ \(if\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -7,7 +7,7 @@ CMake Warning \(dev\) at CMP0139-WARN\.cmake:[0-9]+ \(if\):
|
||||
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-author to suppress it\.
|
||||
|
||||
CMake Error at CMP0139-WARN\.cmake:[0-9]+ \(if\):
|
||||
if given arguments:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at ([^
|
||||
^CMake Warning \(deprecated\) at ([^
|
||||
]*/Tests/RunCMake/CMP0150/)?OLD-build/Top/CMakeLists\.txt:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0150 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at .*/Modules/ExternalProject/shared_internal_commands\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) at .*/Modules/ExternalProject/shared_internal_commands\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0150 is not set: ExternalProject_Add and FetchContent_Declare
|
||||
commands treat relative GIT_REPOSITORY paths as being relative to the
|
||||
parent project's remote\. Run "cmake --help-policy CMP0150" for policy
|
||||
@@ -11,7 +11,7 @@ CMake Warning \(dev\) at .*/Modules/ExternalProject/shared_internal_commands\.cm
|
||||
Call Stack \(most recent call first\):
|
||||
.*/Modules/ExternalProject\.cmake:[0-9]+ \(_ep_resolve_git_remote\)
|
||||
.*
|
||||
CMake Warning \(dev\) at .*/Modules/ExternalProject/shared_internal_commands\.cmake:[0-9]+ \(message\):
|
||||
CMake Warning \(author\) at .*/Modules/ExternalProject/shared_internal_commands\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0150 is not set: ExternalProject_Add and FetchContent_Declare
|
||||
commands treat relative GIT_REPOSITORY paths as being relative to the
|
||||
parent project's remote\. Run "cmake --help-policy CMP0150" for policy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at CMP0152-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
^CMake Warning \(deprecated\) at CMP0152-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0152 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Warning \(dev\) at CMP0152-Common\.cmake:[0-9]+ \(file\):
|
||||
^CMake Warning \(author\) at CMP0152-Common\.cmake:[0-9]+ \(file\):
|
||||
Policy CMP0152 is not set: file\(REAL_PATH\) resolves symlinks before
|
||||
collapsing \.\./ components\. Run "cmake --help-policy CMP0152" for policy
|
||||
details\. Use the cmake_policy command to set the policy and suppress this
|
||||
@@ -24,4 +24,4 @@
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0152-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-author to suppress it\.$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
^CMake Deprecation Warning at [^
|
||||
^CMake Warning \(deprecated\) at [^
|
||||
]*/Tests/RunCMake/CMP0153/CMP0153-OLD\.cmake:[0-9]+ \(cmake_policy\):
|
||||
The OLD behavior for policy CMP0153 will be removed from a future version
|
||||
of CMake\.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
^CMake Warning \(dev\) at [^
|
||||
^CMake Warning \(author\) at [^
|
||||
]*/Tests/RunCMake/CMP0153/CMP0153-WARN\.cmake:[0-9]+ \(exec_program\):
|
||||
Policy CMP0153 is not set: The exec_program command should not be called\.
|
||||
Run "cmake --help-policy CMP0153" for policy details\. Use the cmake_policy
|
||||
command to set the policy and suppress this warning\.
|
||||
|
||||
Use execute_process\(\) instead\.
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_library\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -8,9 +8,9 @@ CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_library\):
|
||||
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-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_library\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -20,9 +20,9 @@ CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_library\):
|
||||
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-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_executable\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -32,4 +32,4 @@ CMake Warning \(dev\) at CMP0156-Common\.cmake:[0-9]+ \(add_executable\):
|
||||
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-author to suppress it\.
|
||||
|
||||
@@ -38,7 +38,7 @@ Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -48,9 +48,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -60,9 +60,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -72,9 +72,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -84,9 +84,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -96,9 +96,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -108,9 +108,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -120,9 +120,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -132,7 +132,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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
IMPORTED_GLOBAL property can't be set on non-imported
|
||||
@@ -184,7 +184,7 @@ Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -194,9 +194,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -206,9 +206,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -218,9 +218,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -230,9 +230,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -243,9 +243,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -255,9 +255,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -267,9 +267,9 @@ 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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Warning \(dev\) at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
CMake Warning \(author\) 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\.
|
||||
@@ -279,7 +279,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\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
|
||||
CMake Error at READONLY_PROPERTIES\.cmake:44 \(set_target_properties\):
|
||||
EXPORT_NAME property can't be set on imported targets\("ReadOnlyImport"\)
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
^(CMake Warning \(dev\) at subdir-Common-Test11/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^(CMake Warning \(author\) at subdir-Common-Test11/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0163!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0163-Common-Test11\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0163-Common-Test11\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0163!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW/CMP0163-NEW-Test11\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -7,18 +7,18 @@ CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\
|
||||
CMake Error at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
|
||||
TARGET 'custom[4-6]' was not created in this directory\.
|
||||
+
|
||||
(CMake Warning \(dev\) at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
(CMake Warning \(author\) at subdir-Common-Test13/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0163!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0163-Common-Test13\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0163-Common-Test13\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0163!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW/CMP0163-NEW-Test13\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
^(CMake Warning \(dev\) at subdir-Common-Test15/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
^(CMake Warning \(author\) at subdir-Common-Test15/CMakeLists\.txt:[0-9]+ \(set_property\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0163!
|
||||
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
This warning is for project developers\. Use -Wno-author to suppress it\.
|
||||
+
|
||||
(CMake Warning \(dev\) at CMP0163-Common-Test15\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
(CMake Warning \(author\) at CMP0163-Common-Test15\.cmake:[0-9]+ \(add_subdirectory\):
|
||||
Unsetting the 'GENERATED' property is not allowed under CMP0163!
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0118-NEW/CMP0163-NEW-Test15\.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-author to suppress it\.
|
||||
+)+)+
|
||||
Generated_source0\.txt: # 1a # GENERATED = `1`
|
||||
Generated_source0\.txt: # 1b # GENERATED = `1`
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user