CMP0062-WARN-stderr.txt 690 B

12345678910111213141516
  1. CMake Warning \(dev\) at CMP0062-WARN.cmake:[0-9]+ \(install\):
  2. Policy CMP0062 is not set: Disallow install\(\) of export\(\) result. Run
  3. "cmake --help-policy CMP0062" for policy details. Use the cmake_policy
  4. command to set the policy and suppress this warning.
  5. The file
  6. .*Tests/RunCMake/install/CMP0062-WARN-build/exported.cmake
  7. was generated by the export\(\) command. It should not be installed with the
  8. install\(\) command. Use the install\(EXPORT\) mechanism instead. See the
  9. cmake-packages\(7\) manual for more.
  10. Call Stack \(most recent call first\):
  11. CMakeLists.txt:[0-9]+ \(include\)
  12. This warning is for project developers. Use -Wno-dev to suppress it.