Advertisement
BloodknightStudios

Untitled

Sep 12th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. The C compiler identification is MSVC 19.0.24210.0
  2. The CXX compiler identification is MSVC 19.0.24210.0
  3. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  4. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  8. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Detecting CXX compile features
  12. Detecting CXX compile features - done
  13. Looking for pthread.h
  14. Looking for pthread.h - not found
  15. Found Threads: TRUE
  16. CMake Warning at C:/Program Files/CMake/share/cmake-3.6/Modules/FindBoost.cmake:1459 (message):
  17. No header defined for zlib; skipping header check
  18. Call Stack (most recent call first):
  19. CMakeLists.txt:38 (find_package)
  20.  
  21.  
  22. Boost version: 1.61.0
  23. Found the following Boost libraries:
  24. chrono
  25. date_time
  26. filesystem
  27. iostreams
  28. program_options
  29. regex
  30. system
  31. thread
  32. zlib
  33. atomic
  34. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement