summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-19 16:49:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-19 16:49:17 (GMT)
commit608a71200d4f70708c141790ec33f88e2e1a9993 (patch)
tree559268d7f5da223f6bdae3c3e953d6eef18dcb07 /fortran/test
parent0f5ada2e0819bc107b2da0fc7d9a93bc4cd5b200 (diff)
downloadhdf5-608a71200d4f70708c141790ec33f88e2e1a9993.zip
hdf5-608a71200d4f70708c141790ec33f88e2e1a9993.tar.gz
hdf5-608a71200d4f70708c141790ec33f88e2e1a9993.tar.bz2
HDFFV-10385 rename vars and macros
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt
index e9eed90..2990bcc 100644
--- a/fortran/test/CMakeLists.txt
+++ b/fortran/test/CMakeLists.txt
@@ -34,10 +34,10 @@ set_target_properties (H5_test_buildiface PROPERTIES
if (BUILD_SHARED_LIBS)
file (MAKE_DIRECTORY "${HDF5_FORTRAN_TESTS_BINARY_DIR}/shared")
- set (MODSH_BUILD_DIR ${CMAKE_Fortran_MODULE_DIRECTORY}/shared/${HDF5_CFG_BUILD_TYPE})
+ set (MODSH_BUILD_DIR ${CMAKE_Fortran_MODULE_DIRECTORY}/shared/${HDF_CFG_BUILD_TYPE})
endif ()
file (MAKE_DIRECTORY "${HDF5_FORTRAN_TESTS_BINARY_DIR}/static")
-set (MOD_BUILD_DIR ${CMAKE_Fortran_MODULE_DIRECTORY}/static/${HDF5_CFG_BUILD_TYPE})
+set (MOD_BUILD_DIR ${CMAKE_Fortran_MODULE_DIRECTORY}/static/${HDF_CFG_BUILD_TYPE})
#-----------------------------------------------------------------------------
# Add Test Lib