diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2013-12-01 22:16:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-12-03 14:25:53 (GMT) |
commit | e5e3f3d4ff79d27450618edb01890fc99f212d12 (patch) | |
tree | 7e0f3abd82a420dab573e536ab6c507d13bcdb43 /Source/cmLocalGenerator.cxx | |
parent | 845cdbc60ed0f6ab8bfd94bb7175826edbf8565b (diff) | |
download | CMake-e5e3f3d4ff79d27450618edb01890fc99f212d12.zip CMake-e5e3f3d4ff79d27450618edb01890fc99f212d12.tar.gz CMake-e5e3f3d4ff79d27450618edb01890fc99f212d12.tar.bz2 |
CTest: filter /showIncludes output from ninja compile launcher
Teach "ctest --launch" a new "--filter-prefix" option. Set it using
the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index d26d6e9..c3c5299 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -807,6 +807,7 @@ static const char* ruleReplaceVars[] = "CMAKE_CURRENT_BINARY_DIR", "CMAKE_RANLIB", "CMAKE_LINKER", + "CMAKE_CL_SHOWINCLUDES_PREFIX", 0 }; |