Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 31, 2023
1 parent 5136f3d commit c71aa3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/windows-install/buildLibrecadAndCreatePackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ cmake -S %cd% -G "Visual Studio 17 2022" ^
-B %cd%\out\build\windows-default ^
-DCMAKE_TOOLCHAIN_FILE=%cd%\conan_toolchain.cmake ^
-DCMAKE_VERBOSE_MAKEFILE=TRUE ^
-DWITH_UNITTESTS=OFF A
-DWITH_UNITTESTS=OFF ^
-DWITH_RENDERING_UNITTESTS=OFF ^
--install-prefix %cd%\installprefix

cd out\build\windows-default
Expand Down

0 comments on commit c71aa3a

Please sign in to comment.