diff options
author | Brad King <brad.king@kitware.com> | 2016-09-22 18:46:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-23 12:51:06 (GMT) |
commit | b66bc6606e87c79e3adef55aa963570a5b8f78f2 (patch) | |
tree | 37d624724e696d8c40a2e0ec127954f65a396be0 /Tests/CMakeLists.txt | |
parent | 6757e6608992354300d635a96fed29800a4856c3 (diff) | |
download | CMake-b66bc6606e87c79e3adef55aa963570a5b8f78f2.zip CMake-b66bc6606e87c79e3adef55aa963570a5b8f78f2.tar.gz CMake-b66bc6606e87c79e3adef55aa963570a5b8f78f2.tar.bz2 |
Tests: Add Fortran submodule tests
Co-Author: Damian Rouson <damian@sourceryinstitute.org>
Issue: #16234
Diffstat (limited to 'Tests/CMakeLists.txt')
-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 235e38a..3681843 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -3109,6 +3109,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release --build-project FortranModules --build-options ${build_options} -DCMake_TEST_NESTED_MAKE_PROGRAM:FILEPATH=${CMake_TEST_EXPLICIT_MAKE_PROGRAM} + -DCMake_TEST_Fortran_SUBMODULES:BOOL=${CMake_TEST_Fortran_SUBMODULES} ) list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/FortranModules") endif() |