Skip to content

Commit fdcb1cc

Browse files
committed
Build fix
1 parent 8c990f5 commit fdcb1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SuperBuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cmake --build superbuild-%BUILD_TYPE% -j 4 --config %BUILD_TYPE%
66

77
cmake -S toucan -B build-%BUILD_TYPE% -DCMAKE_INSTALL_PREFIX=%CD%\install-%BUILD_TYPE% -DCMAKE_PREFIX_PATH=%CD%\install-%BUILD_TYPE% -DCMAKE_BUILD_TYPE=%BUILD_TYPE%
88
cmake --build build-%BUILD_TYPE% -j 4 --config %BUILD_TYPE%
9-
cmake --build build-$BUILD_TYPE --target INSTALL
9+
cmake --build build-%BUILD_TYPE% --target INSTALL
1010

0 commit comments

Comments
 (0)