CMP0063-WARN-obj-stderr.txt 653 B

123456789101112131415
  1. CMake Warning \(dev\) at CMP0063-WARN-obj.cmake:[0-9]+ \(add_library\):
  2. Policy CMP0063 is not set: Honor visibility properties for all target
  3. types. Run "cmake --help-policy CMP0063" for policy details. Use the
  4. cmake_policy command to set the policy and suppress this warning.
  5. Target "myobject" of type "OBJECT_LIBRARY" has the following visibility
  6. properties set for CXX:
  7. CXX_VISIBILITY_PRESET
  8. VISIBILITY_INLINES_HIDDEN
  9. For compatibility CMake is not honoring them for this target.
  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.