Guest User

Cmake WinXP

a guest
Nov 29th, 2017
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. -- cmake version 3.10.0
  2. CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
  3. The OLD behavior for policy CMP0025 will be removed from a future version
  4. of CMake.
  5.  
  6. The cmake-policies(7) manual explains that the OLD behaviors of all
  7. policies are deprecated and that a policy should be set to OLD only under
  8. specific short-term circumstances. Projects should be ported to the NEW
  9. behavior and not rely on setting a policy to OLD.
  10.  
  11.  
  12. -- The C compiler identification is MSVC 16.0.40219.1
  13. -- The CXX compiler identification is MSVC 16.0.40219.1
  14. -- Check for working C compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/bi
  15. n/cl.exe
  16. -- Check for working C compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/bi
  17. n/cl.exe -- works
  18. -- Detecting C compiler ABI info
  19. -- Detecting C compiler ABI info - done
  20. -- Check for working CXX compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/
  21. bin/cl.exe
  22. -- Check for working CXX compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/
  23. bin/cl.exe -- works
  24. -- Detecting CXX compiler ABI info
  25. -- Detecting CXX compiler ABI info - done
  26. -- Detecting CXX compile features
  27. -- Detecting CXX compile features - done
  28. -- Detected x86 target processor
  29. -- Looking for include file stdint.h
  30. -- Looking for include file stdint.h - found
  31. -- Looking for include file inttypes.h
  32. -- Looking for include file inttypes.h - not found
  33. -- Found yasm: C:/WINDOWS/yasm-1.3.0-win32.exe (found version "1.3.0")
  34. -- Found Yasm 1.3.0 to build assembly primitives
  35. -- x265 version 2.6
  36. -- The ASM_YASM compiler identification is YASM
  37. -- Found assembler: C:/WINDOWS/yasm-1.3.0-win32.exe
  38. -- Looking for strtok_r
  39. -- Looking for strtok_r - not found
  40. -- Looking for include file getopt.h
  41. -- Looking for include file getopt.h - not found
  42. -- Configuring done
  43. -- Generating done
  44. -- Build files have been written to: C:/Documents and Settings/l/Desktop/x265_v2
  45. .6/build/vc10-x86
Advertisement
Add Comment
Please, Sign In to add comment