12345678910111213141516171819 |
- CMake Warning \(dev\) at CMP0057-WARN.cmake:3 \(if\):
- Policy CMP0057 is not set: Support new IN_LIST if\(\) operator. Run "cmake
- --help-policy CMP0057" for policy details. Use the cmake_policy command to
- set the policy and suppress this warning.
- IN_LIST will be interpreted as an operator when the policy is set to NEW.
- Since the policy is not set the OLD behavior will be used.
- Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Error at CMP0057-WARN.cmake:3 \(if\):
- if given arguments:
- "foo" "IN_LIST" "MY_LIST"
- Unknown arguments specified
- Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
|