win10   cmake   vs2017编译 protobuf编译

 

cmake

Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.19042.
The C compiler identification is MSVC 19.15.26732.1
The CXX compiler identification is MSVC 19.15.26732.1
Check for working C compiler: E:/Visual Studio 2017/install/VC/Tools/MSVC/14.15.26726/bin/Hostx86/x64/cl.exe
Check for working C compiler: E:/Visual Studio 2017/install/VC/Tools/MSVC/14.15.26726/bin/Hostx86/x64/cl.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: E:/Visual Studio 2017/install/VC/Tools/MSVC/14.15.26726/bin/Hostx86/x64/cl.exe
Check for working CXX compiler: E:/Visual Studio 2017/install/VC/Tools/MSVC/14.15.26726/bin/Hostx86/x64/cl.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done

3.19.1.0
Looking for pthread.h
Looking for pthread.h - not found
Found Threads: TRUE  
Found ZLIB: L:/Anaconda_2021/install/Library/lib/z.lib (found version "1.2.11") 
Configuring done
View Code

相关文章: