mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
ENH: actually keep the output
This commit is contained in:
@@ -1016,7 +1016,7 @@ IF(BUILD_TESTING)
|
||||
EXECUTE_PROCESS(COMMAND ${CMAKE_TEST_MAKEPROGRAM} --version
|
||||
RESULT_VARIABLE res OUTPUT_VARIABLE out
|
||||
ERROR_QUIET
|
||||
OUTPUT_QUIET)
|
||||
)
|
||||
IF("${res}" EQUAL 0)
|
||||
IF("${out}" MATCHES "GNU")
|
||||
SET(MAKE_IS_GNU 1)
|
||||
|
||||
Reference in New Issue
Block a user