Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.89 KB | None | 0 0
  1. Using gcc specific compiler options
  2. CMake Warning (dev) at CMakeLists.txt:315 (FIND_PACKAGE):
  3.   Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
  4.   Run "cmake --help-policy CMP0074" for policy details.  Use the cmake_policy
  5.   command to set the policy and suppress this warning.
  6.  
  7.   CMake variable ZLIB_ROOT is set to:
  8.  
  9.     /home/user/Cpp/Libs/zlib/Compiled/Win
  10.  
  11.   For compatibility, CMake is ignoring the variable.
  12. This warning is for project developers.  Use -Wno-dev to suppress it.
  13.  
  14. CMake Error at /usr/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  15.   Could NOT find ZLIB (missing: ZLIB_LIBRARY)
  16. Call Stack (most recent call first):
  17.   /usr/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  18.   cmake/modules/FindZLIB.cmake:47 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  19.   CMakeLists.txt:315 (FIND_PACKAGE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement