diff options
author | Alex Neundorf <neundorf@kde.org> | 2014-02-16 10:35:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-17 14:54:03 (GMT) |
commit | 22e5c6c26b5baed0d9e0f398ea61667e7597d604 (patch) | |
tree | f0105febda0b900a563d6f262c44756f2f4b55e8 /Source/CTest | |
parent | 0c958c44af5020069efe41b2adf22115b75e8de1 (diff) | |
download | CMake-22e5c6c26b5baed0d9e0f398ea61667e7597d604.zip CMake-22e5c6c26b5baed0d9e0f398ea61667e7597d604.tar.gz CMake-22e5c6c26b5baed0d9e0f398ea61667e7597d604.tar.bz2 |
Kate: handle spaces in build dir
They need to be escaped in the json file... I'm quite
sure I tested this before, obviously I didn't test it
correctly.
Alex
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestReadCustomFilesCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.cxx b/Source/CTest/cmCTestReadCustomFilesCommand.cxx index 5db01f9..3b9d552 100644 --- a/Source/CTest/cmCTestReadCustomFilesCommand.cxx +++ b/Source/CTest/cmCTestReadCustomFilesCommand.cxx @@ -10,7 +10,6 @@ See the License for more information. ============================================================================*/ #include "cmCTestReadCustomFilesCommand.h" - #include "cmCTest.h" bool cmCTestReadCustomFilesCommand |