We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb719b commit 626f927Copy full SHA for 626f927
CMakeLists.txt
@@ -79,7 +79,7 @@ if(DEFINED ENV{GITHUB_ACTIONS})
79
if(NOT BOOTSTRAP_RESULT EQUAL 0)
80
message(FATAL_ERROR "Failed to bootstrap vcpkg")
81
endif()
82
- execute_process(COMMAND "${VCPKG_DIR}/bootstrap-vcpkg.bat" WORKING_DIRECTORY "${VCPKG_DIR}" RESULT_VARIABLE INTEGRATE_INSTALL_RESULT)
+ execute_process(COMMAND "${VCPKG_DIR}/vcpkg.exe" integrate install WORKING_DIRECTORY "${VCPKG_DIR}" RESULT_VARIABLE INTEGRATE_INSTALL_RESULT)
83
if(NOT INTEGRATE_INSTALL_RESULT EQUAL 0)
84
message(FATAL_ERROR "Failed to integrate vcpkg")
85
0 commit comments