Tests: Protect RunCMake tests from MAKEFLAGS in environment (#15542)
This commit is contained in:
parent
036e449c66
commit
703e762529
|
@ -135,3 +135,6 @@ function(run_cmake_command test)
|
||||||
set(RunCMake_TEST_COMMAND "${ARGN}")
|
set(RunCMake_TEST_COMMAND "${ARGN}")
|
||||||
run_cmake(${test})
|
run_cmake(${test})
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
# Protect RunCMake tests from calling environment.
|
||||||
|
unset(ENV{MAKEFLAGS})
|
||||||
|
|
Loading…
Reference in New Issue