diff options
author | Brad King <brad.king@kitware.com> | 2019-02-07 11:54:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-02-07 11:54:31 (GMT) |
commit | 450a1904d5c7611806b8da55f2df72bcc0ddcacb (patch) | |
tree | 9781b6ee04866c45be1ec841f104265dbc05963e /Tests | |
parent | 555b3c11ec60ba7428f26c1faad0656e7b8fc606 (diff) | |
parent | 562ea5d0e200a5e005ef33dca45a7d08a5e8fbb7 (diff) | |
download | CMake-450a1904d5c7611806b8da55f2df72bcc0ddcacb.zip CMake-450a1904d5c7611806b8da55f2df72bcc0ddcacb.tar.gz CMake-450a1904d5c7611806b8da55f2df72bcc0ddcacb.tar.bz2 |
Merge topic 'test-FortranModules-tweak'
562ea5d0e2 Tests: Add a way to configure custom options for FortranModules test
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2926
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index ed98d97..86ad72c 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -3373,6 +3373,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release --build-options ${build_options} -DCMake_TEST_NESTED_MAKE_PROGRAM:FILEPATH=${CMake_TEST_EXPLICIT_MAKE_PROGRAM} -DCMake_TEST_Fortran_SUBMODULES:BOOL=${CMake_TEST_Fortran_SUBMODULES} + ${CMake_TEST_FortranModules_BUILD_OPTIONS} ) list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/FortranModules") endif() |