mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Merge topic 'cmake_policy-get_warning'
0d988f98e5cmake_policy: Add undocumented GET_WARNING commandf9f96598dfHelp: Convert FindOpenGL documentation to block comment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2472
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
CMake Warning \(dev\) at .*/Modules/BundleUtilities\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0080 is not set: BundleUtilities prefers not to 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\.
|
||||
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\.
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0080-WARN\.cmake:[0-9]+ \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
CMake Warning \(dev\) at .*/Modules/UseSWIG.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0078 is not set. Run "cmake --help-policy CMP0078" for policy
|
||||
details. Use the cmake_policy command to set the policy and suppress this
|
||||
warning.
|
||||
CMake Warning \(dev\) at .*/Modules/UseSWIG\.cmake:[0-9]+ \(message\):
|
||||
Policy CMP0078 is not set: UseSWIG generates standard target names\. Run
|
||||
"cmake --help-policy CMP0078" for policy details\. Use the cmake_policy
|
||||
command to set the policy and suppress this warning\.
|
||||
|
||||
Call Stack \(most recent call first\):
|
||||
CMP0078-common.cmake:6 \(swig_add_library\)
|
||||
CMP0078-WARN.cmake:1 \(include\)
|
||||
CMakeLists.txt:3 \(include\)
|
||||
CMP0078-common\.cmake:6 \(swig_add_library\)
|
||||
CMP0078-WARN\.cmake:1 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
This warning is for project developers. Use -Wno-dev to suppress it.$
|
||||
|
||||
Reference in New Issue
Block a user