Skip to content

Commit

Permalink
Fix issue that cmake install is skipped during windows build (SoftFev…
Browse files Browse the repository at this point in the history
…er#2029)

Fix windows build
  • Loading branch information
Noisyfox authored Sep 7, 2023
1 parent dadec13 commit 7a8f020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ cd build
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
cmake --build . --config Release --target ALL_BUILD -- -m
cd ..
run_gettext.bat
call run_gettext.bat
cd build
cmake --build . --target install --config Release
2 changes: 1 addition & 1 deletion build_release_vs2022.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ cd build
cmake .. -G "Visual Studio 17 2022" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
cd ..
run_gettext.bat
call run_gettext.bat
cd build
cmake --build . --target install --config Release

0 comments on commit 7a8f020

Please sign in to comment.