Skip to content
Snippets Groups Projects
Commit d4768c51 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix compilation on Windows

parent 073594a6
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ set(BOOTSTRAP_CMD sh bootstrap.sh) ...@@ -40,7 +40,7 @@ set(BOOTSTRAP_CMD sh bootstrap.sh)
set(B2_CMD ./b2 -j${N_CORES}) set(B2_CMD ./b2 -j${N_CORES})
if(WIN32) if(WIN32)
set(BOOTSTRAP_CMD bootstrap.bat) set(BOOTSTRAP_CMD bootstrap.bat)
set(B2_CMD .\b2 -j${N_CORES}) set(B2_CMD b2 -j${N_CORES})
endif() endif()
execute_process( execute_process(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment