summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-04-07 17:26:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-04-07 17:26:44 (GMT)
commitab2d9f1e9c44502f6dfe69969974a99d2953159d (patch)
tree32d9a9298ab53b766baf1486704ca4ddd9b61d4b /hl/fortran/examples/CMakeTests.cmake
parentfadc2d8c61c975cd6a64443ffbaa9ff6999a2419 (diff)
downloadhdf5-ab2d9f1e9c44502f6dfe69969974a99d2953159d.zip
hdf5-ab2d9f1e9c44502f6dfe69969974a99d2953159d.tar.gz
hdf5-ab2d9f1e9c44502f6dfe69969974a99d2953159d.tar.bz2
[svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunk
Tested: h5committest
Diffstat (limited to 'hl/fortran/examples/CMakeTests.cmake')
-rw-r--r--hl/fortran/examples/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/examples/CMakeTests.cmake b/hl/fortran/examples/CMakeTests.cmake
index 1784041..954a01b 100644
--- a/hl/fortran/examples/CMakeTests.cmake
+++ b/hl/fortran/examples/CMakeTests.cmake
@@ -6,5 +6,5 @@
##############################################################################
foreach (example ${examples})
- add_test (NAME hl_f90_ex_${example} COMMAND $<TARGET_FILE:hl_f90_ex_${example}>)
+ add_test (NAME HL_FORTRAN_f90_ex_${example} COMMAND $<TARGET_FILE:hl_f90_ex_${example}>)
endforeach (example ${examples})