We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d9212 commit 0281e6aCopy full SHA for 0281e6a
.github/workflows/build.yml
@@ -111,7 +111,7 @@ jobs:
111
mkdir build
112
cd build
113
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
114
- cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release --CMAKE_INSTALL_PATH=%INSTALLDIR%
+ cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=Release --CMAKE_INSTALL_PREFIX=%INSTALLDIR%
115
cmake --build .
116
if: runner.os == 'Windows'
117
0 commit comments