Merge topic 'fix-11026'
4a323bd
Honor MAKECOMMAND value saved in cache (#11026)
This commit is contained in:
commit
8150dc4d2b
|
@ -228,8 +228,10 @@ IF(BUILD_TESTING)
|
||||||
ENDIF(NOT BUILDNAME)
|
ENDIF(NOT BUILDNAME)
|
||||||
|
|
||||||
# the build command
|
# the build command
|
||||||
BUILD_COMMAND(MAKECOMMAND CONFIGURATION "\${CTEST_CONFIGURATION_TYPE}")
|
BUILD_COMMAND(MAKECOMMAND_DEFAULT_VALUE
|
||||||
SET(MAKECOMMAND ${MAKECOMMAND} CACHE STRING "Command to build the project")
|
CONFIGURATION "\${CTEST_CONFIGURATION_TYPE}")
|
||||||
|
SET(MAKECOMMAND ${MAKECOMMAND_DEFAULT_VALUE}
|
||||||
|
CACHE STRING "Command to build the project")
|
||||||
|
|
||||||
# the default build configuration the ctest build handler will use
|
# the default build configuration the ctest build handler will use
|
||||||
# if there is no -C arg given to ctest:
|
# if there is no -C arg given to ctest:
|
||||||
|
|
Loading…
Reference in New Issue