Advertisement
Guest User

Untitled

a guest
Jun 7th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. > cmake -H. -B_builds -DCMAKE_VERBOSE_MAKEFILE=ON
  2. -- Boost version: 1.54.0
  3. -- Found the following Boost libraries:
  4. --   system
  5. x: /usr/include
  6. y: /usr/lib/x86_64-linux-gnu/libboost_system.so
  7. > cmake --build _builds/
  8. clang++ ... -rdynamic -lboost_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement