Skip to content
Snippets Groups Projects
Commit 63177678 authored by Takumi Nakamura's avatar Takumi Nakamura Committed by Brad King
Browse files

Tests/RunCMake/Ninja.*: Sanitize NINJA_STATUS since we expect default behavior

FYI, NINJA_STATUS is "[%f/%t] " by default.
parent 5694362d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@ else()
message(FATAL_ERROR "'ninja --version' reported:\n${ninja_out}")
endif()
# Sanitize NINJA_STATUS since we expect default behavior.
unset(ENV{NINJA_STATUS})
if(CMAKE_HOST_WIN32)
run_cmake(SelectCompilerWindows)
else()
......
......@@ -5,6 +5,9 @@ include(RunCMake)
set(RunCMake_GENERATOR "Ninja Multi-Config")
set(RunCMake_GENERATOR_IS_MULTI_CONFIG 1)
# Sanitize NINJA_STATUS since we expect default behavior.
unset(ENV{NINJA_STATUS})
function(check_files dir)
cmake_parse_arguments(_check_files "" "" "INCLUDE;EXCLUDE" ${ARGN})
......
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