Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- cmake version 3.10.0
- CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
- The OLD behavior for policy CMP0025 will be removed from a future version
- of CMake.
- The cmake-policies(7) manual explains that the OLD behaviors of all
- policies are deprecated and that a policy should be set to OLD only under
- specific short-term circumstances. Projects should be ported to the NEW
- behavior and not rely on setting a policy to OLD.
- -- The C compiler identification is MSVC 16.0.40219.1
- -- The CXX compiler identification is MSVC 16.0.40219.1
- -- Check for working C compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/bi
- n/cl.exe
- -- Check for working C compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/bi
- n/cl.exe -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/
- bin/cl.exe
- -- Check for working CXX compiler: C:/Programmi/Microsoft Visual Studio 10.0/VC/
- bin/cl.exe -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Detected x86 target processor
- -- Looking for include file stdint.h
- -- Looking for include file stdint.h - found
- -- Looking for include file inttypes.h
- -- Looking for include file inttypes.h - not found
- -- Found yasm: C:/WINDOWS/yasm-1.3.0-win32.exe (found version "1.3.0")
- -- Found Yasm 1.3.0 to build assembly primitives
- -- x265 version 2.6
- -- The ASM_YASM compiler identification is YASM
- -- Found assembler: C:/WINDOWS/yasm-1.3.0-win32.exe
- -- Looking for strtok_r
- -- Looking for strtok_r - not found
- -- Looking for include file getopt.h
- -- Looking for include file getopt.h - not found
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Documents and Settings/l/Desktop/x265_v2
- .6/build/vc10-x86
Advertisement
Add Comment
Please, Sign In to add comment