summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-03-02 15:47:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-03-02 15:48:05 (GMT)
commit178a166ae154effcd0f578bdca45744de956d4f9 (patch)
tree237f11f5685d61f5f77128c8d14a2d04545c55c5 /Tests
parent813b505c67a0ab49d3b87ddc0577c6fc38190b50 (diff)
parent92785ed74645e2331fca15ca1f657377c936a795 (diff)
downloadCMake-178a166ae154effcd0f578bdca45744de956d4f9.zip
CMake-178a166ae154effcd0f578bdca45744de956d4f9.tar.gz
CMake-178a166ae154effcd0f578bdca45744de956d4f9.tar.bz2
Merge topic 'xl-fortran-module-dir-use'
92785ed746 Tests: Enable Fortran submodule tests on XL compilers 210b0b99a9 XL: Fix using Fortran modules from their output directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4405
Diffstat (limited to 'Tests')
-rw-r--r--Tests/FortranModules/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FortranModules/CMakeLists.txt b/Tests/FortranModules/CMakeLists.txt
index d056b43..b7a6f68 100644
--- a/Tests/FortranModules/CMakeLists.txt
+++ b/Tests/FortranModules/CMakeLists.txt
@@ -21,7 +21,7 @@ end module parent
submodule ( parent ) child
contains
module procedure id
- f = x
+ id = x
end procedure id
end submodule child
program main