Advertisement
SnowyCoder

cmake with Boost_DEBUG ON

Dec 6th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. -- Target architecture: x86_64
  2. -- Found Boost 1.71.0 at /lib64/cmake/Boost-1.71.0
  3. -- Requested configuration: QUIET
  4. -- BoostConfig: find_package(boost_headers 1.71.0 EXACT CONFIG QUIET HINTS /lib64/cmake)
  5. -- Found boost_headers 1.71.0 at /lib64/cmake/boost_headers-1.71.0
  6. <FindSDL2.cmake>
  7. </FindSDL2.cmake>
  8. -- unicorn not found, falling back to externals
  9. -- Version: 6.0.0
  10. -- Build type: Release
  11. -- CXX_STANDARD: 17
  12. -- Target architecture: x86_64
  13. -- CMAKE_INSTALL_PREFIX: /usr
  14. -- CMAKE_INSTALL_LIBDIR: lib
  15. -- ZSTD_LEGACY_SUPPORT not defined!
  16. -- ZSTD_MULTITHREAD_SUPPORT is enabled
  17. -- ZSTD VERSION 1.3.8
  18. -- Configuring done
  19. CMake Warning (dev) at externals/libzip/CMakeLists.txt:367 (ADD_LIBRARY):
  20. Policy CMP0063 is not set: Honor visibility properties for all target
  21. types. Run "cmake --help-policy CMP0063" for policy details. Use the
  22. cmake_policy command to set the policy and suppress this warning.
  23.  
  24. Target "zip" of type "STATIC_LIBRARY" has the following visibility
  25. properties set for C:
  26.  
  27. C_VISIBILITY_PRESET
  28.  
  29. For compatibility CMake is not honoring them for this target.
  30. This warning is for project developers. Use -Wno-dev to suppress it.
  31.  
  32. CMake Error in src/common/CMakeLists.txt:
  33. Imported target "Boost::boost" includes non-existent path
  34.  
  35. "/include"
  36.  
  37. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  38.  
  39. * The path was deleted, renamed, or moved to another location.
  40.  
  41. * An install or uninstall procedure did not complete successfully.
  42.  
  43. * The installation package was faulty and references files it does not
  44. provide.
  45.  
  46.  
  47.  
  48. CMake Error in src/common/CMakeLists.txt:
  49. Imported target "Boost::boost" includes non-existent path
  50.  
  51. "/include"
  52.  
  53. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  54.  
  55. * The path was deleted, renamed, or moved to another location.
  56.  
  57. * An install or uninstall procedure did not complete successfully.
  58.  
  59. * The installation package was faulty and references files it does not
  60. provide.
  61.  
  62.  
  63.  
  64. -- Generating done
  65. CMake Generate step failed. Build files cannot be regenerated correctly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement