diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-15 10:02:56 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-19 15:17:59 (GMT) |
commit | f4d9466130c28d4d9f24885f9183a95ee115bb3c (patch) | |
tree | f9944f1597991b424111241d43790dc22fcb9972 /Tests/GeneratorExpression/CMakeLists.txt | |
parent | d36b48940114c7cc33f5592f06c372084a6b48f0 (diff) | |
download | CMake-f4d9466130c28d4d9f24885f9183a95ee115bb3c.zip CMake-f4d9466130c28d4d9f24885f9183a95ee115bb3c.tar.gz CMake-f4d9466130c28d4d9f24885f9183a95ee115bb3c.tar.bz2 |
Genex: Accept arbitrary content in *_CASE and MAKE_C_IDENTIFIER.
Diffstat (limited to 'Tests/GeneratorExpression/CMakeLists.txt')
-rw-r--r-- | Tests/GeneratorExpression/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/GeneratorExpression/CMakeLists.txt b/Tests/GeneratorExpression/CMakeLists.txt index edadb87..892f80f 100644 --- a/Tests/GeneratorExpression/CMakeLists.txt +++ b/Tests/GeneratorExpression/CMakeLists.txt @@ -193,9 +193,9 @@ add_custom_target(check-part3 ALL -Dtest_platform_id_Linux=$<PLATFORM_ID:Linux> -Dtest_platform_id_Windows=$<PLATFORM_ID:Windows> -Dtest_platform_id_Darwin=$<PLATFORM_ID:Darwin> - -Dlower_case=$<LOWER_CASE:MiXeD> - -Dupper_case=$<UPPER_CASE:MiXeD> - -Dmake_c_identifier=$<MAKE_C_IDENTIFIER:4foo:+bar-$> + -Dlower_case=$<LOWER_CASE:Mi,XeD> + -Dupper_case=$<UPPER_CASE:MiX,eD> + -Dmake_c_identifier=$<MAKE_C_IDENTIFIER:4f,oo:+bar-$> -P ${CMAKE_CURRENT_SOURCE_DIR}/check-part3.cmake COMMAND ${CMAKE_COMMAND} -E echo "check done (part 3 of 3)" VERBATIM |