Advertisement
macksting

Sorry, this might be better

Sep 25th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. $ ./bootstrap cmake
  2. CMake Error at CMakeLists.txt:9 (cmake_policy):
  3. Policy "CMP0072" is not known to this version of CMake.
  4.  
  5.  
  6. CMake Error at CMakeLists.txt:169 (target_link_libraries):
  7. Target "pioneerLib" of type OBJECT_LIBRARY may not be linked into another
  8. target. One may link only to STATIC or SHARED libraries, or to executables
  9. with the ENABLE_EXPORTS property set.
  10.  
  11.  
  12. CMake Error at CMakeLists.txt:170 (target_link_libraries):
  13. Target "pioneerLib" of type OBJECT_LIBRARY may not be linked into another
  14. target. One may link only to STATIC or SHARED libraries, or to executables
  15. with the ENABLE_EXPORTS property set.
  16.  
  17.  
  18. -- Configuring incomplete, errors occurred!
  19. See also "/home/macksting/games/pioneer/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement