Specify release config for windows

This commit is contained in:
Konstantinos Sideris 2018-03-03 13:16:21 +02:00
parent 63273b2b9b
commit b00365f665
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""
)