summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0054/CMP0054-keywords-WARN-stderr.txt
blob: b1ebd49de3bb8a468082f4fd968e5225eb91a4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CMake Warning \(dev\) at CMP0054-keywords-WARN.cmake:1 \(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 keywords like "NOT" will no longer be interpreted as keywords 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.