2014-09-04 22:21:28 +04:00
|
|
|
CMake Warning \(dev\) at CMP0054-WARN.cmake:3 \(if\):
|
|
|
|
Policy CMP0054 is not set: Only interpret if\(\) arguments as variables or
|
|
|
|
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
|
|
|
|
details. Use the cmake_policy command to set the policy and suppress this
|
|
|
|
warning.
|
|
|
|
|
|
|
|
Quoted variables like "FOO" will no longer be dereferenced when the policy
|
|
|
|
is set to NEW. Since the policy is not set the OLD behavior will be used.
|
|
|
|
Call Stack \(most recent call first\):
|
|
|
|
CMakeLists.txt:3 \(include\)
|
|
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
2015-10-20 20:13:52 +03:00
|
|
|
+
|
|
|
|
CMake Warning \(dev\) at CMP0054-WARN.cmake:5 \(elseif\):
|
|
|
|
Policy CMP0054 is not set: Only interpret if\(\) arguments as variables or
|
|
|
|
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
|
|
|
|
details. Use the cmake_policy command to set the policy and suppress this
|
|
|
|
warning.
|
|
|
|
|
|
|
|
Quoted variables like "FOO" will no longer be dereferenced when the policy
|
|
|
|
is set to NEW. Since the policy is not set the OLD behavior will be used.
|
|
|
|
Call Stack \(most recent call first\):
|
|
|
|
CMakeLists.txt:3 \(include\)
|
|
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|