mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
Tests/RunCMake: add newlines in CXXModules options
Better readability for upcoming changes.
This commit is contained in:
@@ -824,7 +824,10 @@ add_RunCMake_test(DependencyGraph)
|
|||||||
set_property(TEST RunCMake.DependencyGraph APPEND PROPERTY LABELS "Fortran")
|
set_property(TEST RunCMake.DependencyGraph APPEND PROPERTY LABELS "Fortran")
|
||||||
|
|
||||||
# Add C++ Module tests.
|
# Add C++ Module tests.
|
||||||
add_RunCMake_test(CXXModules -DCMake_TEST_MODULE_COMPILATION=${CMake_TEST_MODULE_COMPILATION} -DCMake_TEST_MODULE_COMPILATION_RULES=${CMake_TEST_MODULE_COMPILATION_RULES})
|
add_RunCMake_test(CXXModules
|
||||||
|
-DCMake_TEST_MODULE_COMPILATION=${CMake_TEST_MODULE_COMPILATION}
|
||||||
|
-DCMake_TEST_MODULE_COMPILATION_RULES=${CMake_TEST_MODULE_COMPILATION_RULES}
|
||||||
|
)
|
||||||
|
|
||||||
# ctresalloc links against CMakeLib and CTestLib, which means it can't be built
|
# ctresalloc links against CMakeLib and CTestLib, which means it can't be built
|
||||||
# if CMake_TEST_EXTERNAL_CMAKE is activated (the compiler might be different.)
|
# if CMake_TEST_EXTERNAL_CMAKE is activated (the compiler might be different.)
|
||||||
|
|||||||
Reference in New Issue
Block a user