diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-06-14 19:11:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-06-14 19:11:40 (GMT) |
commit | 58edb9ab9ce9880fcc4f72ad231ed69bf9aa20e4 (patch) | |
tree | 0260d1dcda817a0357ca73f8d45d23c80cc12483 /fortran | |
parent | cfcbb212c85a7a098928ad8de20772be082aaa67 (diff) | |
download | hdf5-58edb9ab9ce9880fcc4f72ad231ed69bf9aa20e4.zip hdf5-58edb9ab9ce9880fcc4f72ad231ed69bf9aa20e4.tar.gz hdf5-58edb9ab9ce9880fcc4f72ad231ed69bf9aa20e4.tar.bz2 |
[svn-r18997] Updated config files and install commands per external developers recommendations. (r18996)
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 |