diff options
author | Brad King <brad.king@kitware.com> | 2020-04-10 19:15:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-15 12:34:51 (GMT) |
commit | a4173ef1658078d4dde186489e136c805b370410 (patch) | |
tree | 5767435faf9007606508964e6b9ad38caddcc0b5 /Tests/CMakeLists.txt | |
parent | d74e651b7834937a6761b880d4e713683f5a44e3 (diff) | |
download | CMake-a4173ef1658078d4dde186489e136c805b370410.zip CMake-a4173ef1658078d4dde186489e136c805b370410.tar.gz CMake-a4173ef1658078d4dde186489e136c805b370410.tar.bz2 |
Tests: Enable coverage of special chars in include dirs for Makefiles
Issue: #20555
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 6428235..cc2931b 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -3477,6 +3477,8 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH --build-two-config ${build_generator_args} --build-project IncludeDirectories + --build-options + -DMAKE_SUPPORTS_SPACES=${MAKE_SUPPORTS_SPACES} --test-command IncludeDirectories) list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/IncludeDirectories") |