diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-09-18 23:58:49 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-09-18 23:58:49 (GMT) |
commit | 619aca80ae94b909085344af1098c7f4bf80f0c2 (patch) | |
tree | bf0b7ce17856b67d035183197edee87f55579e40 /Tests/FortranModules/CMakeLists.txt | |
parent | 45513c1a69853372a1abf137adea262e5df7df71 (diff) | |
download | CMake-619aca80ae94b909085344af1098c7f4bf80f0c2.zip CMake-619aca80ae94b909085344af1098c7f4bf80f0c2.tar.gz CMake-619aca80ae94b909085344af1098c7f4bf80f0c2.tar.bz2 |
Tests/FortranModules: add a test case for #25223
Diffstat (limited to 'Tests/FortranModules/CMakeLists.txt')
-rw-r--r-- | Tests/FortranModules/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/FortranModules/CMakeLists.txt b/Tests/FortranModules/CMakeLists.txt index 487491f..f5b2822 100644 --- a/Tests/FortranModules/CMakeLists.txt +++ b/Tests/FortranModules/CMakeLists.txt @@ -127,3 +127,4 @@ if(CMake_TEST_Fortran_SUBMODULES) endif() add_subdirectory(Issue25112) +add_subdirectory(Issue25223) |