CMP0055-WARN-Out-of-Scope-stderr.txt 490 B

123456789
  1. CMake Warning \(dev\) at CMP0055-WARN-Out-of-Scope.cmake:2 \(break\):
  2. Policy CMP0055 is not set: Strict checking for break\(\) command. Run "cmake
  3. --help-policy CMP0055" for policy details. Use the cmake_policy command to
  4. set the policy and suppress this warning.
  5. A BREAK command was found outside of a proper FOREACH or WHILE loop scope.
  6. Call Stack \(most recent call first\):
  7. CMakeLists.txt:3 \(include\)
  8. This warning is for project developers. Use -Wno-dev to suppress it.