Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Aug 10, 2024
1 parent 75b308d commit 4f00cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cmake --build SuperBuild-%BUILD_TYPE% -j 4 --config %BUILD_TYPE%

cmake -S toucan -B Build-%BUILD_TYPE% -DCMAKE_INSTALL_PREFIX=%CD%\install -DCMAKE_PREFIX_PATH=%CD%\install -DCMAKE_BUILD_TYPE=%BUILD_TYPE%
cmake --build Build-%BUILD_TYPE% -j 4 --config %BUILD_TYPE%
cmake --build Build-%BUILD_TYPE% -j 4 --config %BUILD_TYPE% --target test
cmake --build Build-%BUILD_TYPE% -j 4 --config %BUILD_TYPE% --target RUN_TESTS

0 comments on commit 4f00cd7

Please sign in to comment.