Guest User

nektar++ 4.4.1 ccmake messages

a guest
Sep 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:38 (CMAKE_POLICY):
  2. The OLD behavior for policy CMP0003 will be removed from a future version
  3. of CMake.
  4.  
  5. The cmake-policies(7) manual explains that the OLD behaviors of all
  6. policies are deprecated and that a policy should be set to OLD only under
  7. specific short-term circumstances. Projects should be ported to the NEW
  8. behavior and not rely on setting a policy to OLD.
  9.  
  10.  
  11.  
  12. CMake Warning (dev) at cmake/ThirdPartyZlib.cmake:19 (FIND_PACKAGE):
  13. Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  14. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
  15. command to set the policy and suppress this warning.
  16.  
  17. CMake variable ZLIB_ROOT is set to:
  18.  
  19. /opt/local/
  20.  
  21. For compatibility, CMake is ignoring the variable.
  22. Call Stack (most recent call first):
  23. CMakeLists.txt:229 (INCLUDE)
  24. This warning is for project developers. Use -Wno-dev to suppress it.
Advertisement
Add Comment
Please, Sign In to add comment