diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-05-27 17:46:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-05-27 17:46:30 (GMT) |
commit | 5278b9737dad788a99cd44186b309e402c311139 (patch) | |
tree | b2f58888b58a5315e56affefd0cdc866ccf44aca /perform | |
parent | fea439b440b85f9ed97aeb01a64b44fdbacac047 (diff) | |
download | hdf5-5278b9737dad788a99cd44186b309e402c311139.zip hdf5-5278b9737dad788a99cd44186b309e402c311139.tar.gz hdf5-5278b9737dad788a99cd44186b309e402c311139.tar.bz2 |
[svn-r25222] Merge cmake_ext_mod into 1.8
Diffstat (limited to 'perform')
-rw-r--r-- | perform/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/CMakeLists.txt b/perform/CMakeLists.txt index df7526e..6887c60 100644 --- a/perform/CMakeLists.txt +++ b/perform/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT (HDF5_PERFORM ) #----------------------------------------------------------------------------- # Apply Definitions to compiler in this directory and below #----------------------------------------------------------------------------- -add_definitions (${HDF5_EXTRA_C_FLAGS}) +add_definitions (${HDF_EXTRA_C_FLAGS}) #----------------------------------------------------------------------------- # Setup include Directories |