diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-04-14 15:50:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-04-14 15:50:13 (GMT) |
commit | 94ede7a8ced2e2bde23abe164c3128d288b04e52 (patch) | |
tree | 7cd5570f0e6787449058cb67bac9436a5d06254c /config | |
parent | 62330027498a1da14639221e0d8ac4625b245da7 (diff) | |
download | hdf5-94ede7a8ced2e2bde23abe164c3128d288b04e52.zip hdf5-94ede7a8ced2e2bde23abe164c3128d288b04e52.tar.gz hdf5-94ede7a8ced2e2bde23abe164c3128d288b04e52.tar.bz2 |
[svn-r25043] Correct CPPFLAGS value.
Correct test DEPENDS format.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/libhdf5.settings.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in index 418a6cf..0c0befa 100644 --- a/config/cmake/libhdf5.settings.cmake.in +++ b/config/cmake/libhdf5.settings.cmake.in @@ -20,7 +20,7 @@ Compiling Options: CFLAGS: @CMAKE_C_FLAGS@ H5_CFLAGS: @H5_CFLAGS@ AM_CFLAGS: @AM_CFLAGS@ - CPPFLAGS: @CMAKE_CXX_FLAGS@ + CPPFLAGS: @CPPFLAGS@ H5_CPPFLAGS: @H5_CPPFLAGS@ AM_CPPFLAGS: @AM_CPPFLAGS@ Shared Libraries: @H5_ENABLE_SHARED_LIB@ |