aliyun / aliyun-oss-cpp-sdk

Aliyun OSS SDK for C++
Other
184 stars 88 forks source link

Visual studio solution is not generated by "cmake .." #107

Closed zzrrxx closed 2 years ago

zzrrxx commented 2 years ago

Is the build guide in the README out of date? I tried to follow the build guide "Building the SDK" on a Windows OS, all seems to go well, but the .sln or .vcxproj is not generated.

My CMake version is:

D:\.....>cmake -version
cmake version 3.18.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).

The output of the "cmake ..":

D:\.....>cmake ..
-- Building for: NMake Makefiles
-- The C compiler identification is MSVC 19.30.30705.0
-- The CXX compiler identification is MSVC 19.30.30705.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Project version: 1.9.0
-- TARGET_OS: WINDOWS
-- Configuring done
-- Generating done
-- Build files have been written to: ......../build