| 12345678910111213141516171819202122232425262728 |
- "C:\Program Files\JetBrains\CLion 2024.3\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=C:/Program Files/JetBrains/CLion 2024.3/bin/ninja/win/x64/ninja.exe" -DCMAKE_TOOLCHAIN_FILE=C:/Users/an/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake -G Ninja -S E:\src\MyCppService -B E:\src\MyCppService\cmake-build-debug
- -- The C compiler identification is MSVC 19.42.34435.0
- -- The CXX compiler identification is MSVC 19.42.34435.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/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 (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- CMake Warning (dev) at C:/Users/an/.vcpkg-clion/vcpkg/installed/x64-windows/share/boost/vcpkg-cmake-wrapper.cmake:3 (_find_package):
- Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
- --help-policy CMP0167" for policy details. Use the cmake_policy command to
- set the policy and suppress this warning.
- Call Stack (most recent call first):
- C:/Users/an/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake:813 (include)
- CMakeLists.txt:6 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found Boost: C:/Users/an/.vcpkg-clion/vcpkg/installed/x64-windows/share/boost/BoostConfig.cmake (found version "1.86.0") found components: system thread
- -- Found Threads: TRUE
- -- Configuring done (1.4s)
- -- Generating done (0.0s)
- -- Build files have been written to: E:/src/MyCppService/cmake-build-debug
|