Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 21, 2024
1 parent 927d32b commit d4051fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ build_script:
cmake .. `
-G"${env:GENERATORS}" `
-DCMAKE_BUILD_TYPE=Release `
-DCMAKE_INSTALL_PREFIX=(Get-Location).path/install" `
-DCMAKE_INSTALL_PREFIX=install" `
-DCMAKE_TOOLCHAIN_FILE="${env:VCPKG_DIR}/scripts/buildsystems/vcpkg.cmake" `
-DCMARK_SHARED=OFF `
-DCMARK_TESTS=OFF `
Expand Down

0 comments on commit d4051fd

Please sign in to comment.