Skip to content

Commit

Permalink
with test
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 1, 2023
1 parent 105684b commit c094437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows-install/buildLibrecadAndCreatePackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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 ^
-DWITH_RENDERING_UNITTESTS=OFF ^
--install-prefix %cd%\installprefix

rem -DWITH_UNITTESTS=OFF
cd out\build\windows-default

cmake --build . --config Release
Expand Down

0 comments on commit c094437

Please sign in to comment.