summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-24 22:37:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-24 22:37:19 (GMT)
commitc3dd337fe1a756b1e0d4d8929107cb6b95f33926 (patch)
tree1847da996a30013c3d636bd283aef932c20009b3 /config
parent1e411d15c6ca9310d75d98c984163b9f435d50e4 (diff)
downloadhdf5-c3dd337fe1a756b1e0d4d8929107cb6b95f33926.zip
hdf5-c3dd337fe1a756b1e0d4d8929107cb6b95f33926.tar.gz
hdf5-c3dd337fe1a756b1e0d4d8929107cb6b95f33926.tar.bz2
CMake fix
Diffstat (limited to 'config')
-rw-r--r--config/cmake_ext_mod/HDFMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake
index 77980c0..27d730b 100644
--- a/config/cmake_ext_mod/HDFMacros.cmake
+++ b/config/cmake_ext_mod/HDFMacros.cmake
@@ -397,7 +397,7 @@ macro (HDF_DIR_PATHS package_prefix)
)
get_property(_isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
if(_isMultiConfig)
- set (CMAKE_TEST_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${HDF_BUILD_TYPE})
+ set (CMAKE_TEST_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_BUILD_TYPE})
set (CMAKE_PDB_OUTPUT_DIRECTORY
${PROJECT_BINARY_DIR}/bin CACHE PATH "Single Directory for all pdb files."
)