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/CTest/cmCTestLaunch.h | |
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/CTest/cmCTestLaunch.h')
-rw-r--r-- | Source/CTest/cmCTestLaunch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestLaunch.h b/Source/CTest/cmCTestLaunch.h index 7457e83..a86a9df 100644 --- a/Source/CTest/cmCTestLaunch.h +++ b/Source/CTest/cmCTestLaunch.h @@ -45,6 +45,7 @@ private: std::string OptionTargetName; std::string OptionTargetType; std::string OptionBuildDir; + std::string OptionFilterPrefix; bool ParseArguments(int argc, const char* const* argv); // The real command line appearing after launcher arguments. |