diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-06-14 19:08:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-06-14 19:08:23 (GMT) |
commit | 15193c18b47ad8294ce2c8da311fd3b628a0a4b5 (patch) | |
tree | 23c3291023ff4101e69609e37967e6dd48e69a80 /fortran | |
parent | 4e4c5d3e0f16271330443688dc4afcf1a41aa830 (diff) | |
download | hdf5-15193c18b47ad8294ce2c8da311fd3b628a0a4b5.zip hdf5-15193c18b47ad8294ce2c8da311fd3b628a0a4b5.tar.gz hdf5-15193c18b47ad8294ce2c8da311fd3b628a0a4b5.tar.bz2 |
[svn-r18996] Updated config files and install commands per external developers recommendations.
Tested: local linux
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index e351a6f..c2ca1e6 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -230,7 +230,7 @@ INSTALL ( INSTALL ( DIRECTORY - ${CMAKE_Fortran_MODULE_DIRECTORY}/${BUILD_TYPE}/ + ${CMAKE_Fortran_MODULE_DIRECTORY}/\${BUILD_TYPE}/ DESTINATION include/fortran COMPONENT |