diff options
author | Brad King <brad.king@kitware.com> | 2017-01-26 15:13:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-26 15:16:08 (GMT) |
commit | c3a22518f83dfe8e1787e93f05398a5263cc781a (patch) | |
tree | 3fbc1ca072bca16def0bbbf883102db9155ef34c /Tests/GeneratorExpression/check-part3.cmake | |
parent | d491172445dcd32547fbeb3598510455e8e44132 (diff) | |
download | CMake-c3a22518f83dfe8e1787e93f05398a5263cc781a.zip CMake-c3a22518f83dfe8e1787e93f05398a5263cc781a.tar.gz CMake-c3a22518f83dfe8e1787e93f05398a5263cc781a.tar.bz2 |
Tests: Extend GeneratorExpression to work with more configurations
Add missing pieces for RelWithDebInfo and MinSizeRel.
Diffstat (limited to 'Tests/GeneratorExpression/check-part3.cmake')
-rw-r--r-- | Tests/GeneratorExpression/check-part3.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/GeneratorExpression/check-part3.cmake b/Tests/GeneratorExpression/check-part3.cmake index 57abbcc..9014406 100644 --- a/Tests/GeneratorExpression/check-part3.cmake +++ b/Tests/GeneratorExpression/check-part3.cmake @@ -13,7 +13,7 @@ if(config AND NOT config STREQUAL NoConfig) message(SEND_ERROR "test_imported_includes is not correct: ${test_imported_includes}") endif() else() - if(NOT "${test_imported_includes}" MATCHES "^;$") + if(NOT "${test_imported_includes}" MATCHES "^;;;$") message(SEND_ERROR "test_imported_includes is not an empty list: ${test_imported_includes}") endif() endif() |