Skip to content
Snippets Groups Projects
Commit b00365f6 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Specify release config for windows

parent 63273b2b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ ExternalProject_Add(
BUILD_IN_SOURCE 1
SOURCE_DIR ${MATRIX_STRUCTS_ROOT}
CONFIGURE_COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Release ${MATRIX_STRUCTS_ROOT}
BUILD_COMMAND ${CMAKE_COMMAND} --build ${MATRIX_STRUCTS_ROOT}
BUILD_COMMAND ${CMAKE_COMMAND} --build ${MATRIX_STRUCTS_ROOT} --config Release
INSTALL_COMMAND ""
)
......
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