WARN-cond-test-stderr.txt 560 B

1234567891011
  1. ^CMake Warning \(dev\) at WARN-cond-test.cmake:3 \(add_custom_target\):
  2. Policy CMP0037 is not set: Target names should not be reserved and should
  3. match a validity pattern. Run "cmake --help-policy CMP0037" for policy
  4. details. Use the cmake_policy command to set the policy and suppress this
  5. warning.
  6. The target name "test" is reserved when CTest testing is enabled. It may
  7. result in undefined behavior.
  8. Call Stack \(most recent call first\):
  9. CMakeLists.txt:3 \(include\)
  10. This warning is for project developers. Use -Wno-dev to suppress it.$