Skip to content

Commit

Permalink
Merge pull request #1504 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to…
Browse files Browse the repository at this point in the history
… develop

* commit 'f26ee27b1fd85d192b37d9e45fb6d20f1b7e23db':
  Revert build name setting
  • Loading branch information
byrnHDF committed Jan 28, 2019
2 parents 7447f63 + f26ee27 commit 9149d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cmake_ext_mod/HDFMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
macro (SET_HDF_BUILD_TYPE)
get_property(_isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
if(_isMultiConfig)
set(HDF_CFG_NAME \${CTEST_CONFIGURATION_TYPE})
set(HDF_CFG_NAME ${CMAKE_BUILD_TYPE})
set(HDF_BUILD_TYPE ${CMAKE_CFG_INTDIR})
set(HDF_CFG_BUILD_TYPE \${CMAKE_INSTALL_CONFIG_NAME})
else()
Expand Down

0 comments on commit 9149d5a

Please sign in to comment.