Skip to content

Commit

Permalink
Small change (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmokeyStack authored May 30, 2024
2 parents bf83041 + 3317f62 commit 7d5a63f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions adk/data/compile-regolith.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
cmake -S ./data/adk -B adk-build -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=%1
IF %2 == ""(
cmake -S ./data/adk -B adk-build -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=%1
) ELSE (
cmake -S ./data/adk -B adk-build -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-windows -DGITHUB_ACTION=%2
)
cmake --build adk-build --config Release --parallel
.\adk-build\Release\adk.exe
./adk-build/Release/adk.exe

0 comments on commit 7d5a63f

Please sign in to comment.