Skip to content

Commit 626f927

Browse files
committed
t
1 parent 3bb719b commit 626f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(DEFINED ENV{GITHUB_ACTIONS})
7979
if(NOT BOOTSTRAP_RESULT EQUAL 0)
8080
message(FATAL_ERROR "Failed to bootstrap vcpkg")
8181
endif()
82-
execute_process(COMMAND "${VCPKG_DIR}/bootstrap-vcpkg.bat" WORKING_DIRECTORY "${VCPKG_DIR}" RESULT_VARIABLE INTEGRATE_INSTALL_RESULT)
82+
execute_process(COMMAND "${VCPKG_DIR}/vcpkg.exe" integrate install WORKING_DIRECTORY "${VCPKG_DIR}" RESULT_VARIABLE INTEGRATE_INSTALL_RESULT)
8383
if(NOT INTEGRATE_INSTALL_RESULT EQUAL 0)
8484
message(FATAL_ERROR "Failed to integrate vcpkg")
8585
endif()

0 commit comments

Comments
 (0)