mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Merge pull request #864 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f22d8726707e26b97df38962b404754119e8abd7': HDFFV-10385 some platforms need this var HDFFV-10385 test OUTPUT_NAME var for mac HDFFV-10385 Correct name of var
This commit is contained in:
commit
d7aeffc201
@ -13,7 +13,7 @@ General Information:
|
||||
|
||||
Compiling Options:
|
||||
------------------
|
||||
Build Mode: @HDF5_BUILD_TYPE@
|
||||
Build Mode: @HDF_BUILD_TYPE@
|
||||
Debugging Symbols: @SYMBOLS@
|
||||
Asserts: @ASSERTS@
|
||||
Profiling: @PROFILING@
|
||||
|
@ -124,8 +124,8 @@ macro (HDF_SET_LIB_OPTIONS libtarget libname libtype)
|
||||
|
||||
set_target_properties (${libtarget}
|
||||
PROPERTIES
|
||||
# OUTPUT_NAME
|
||||
# ${LIB_RELEASE_NAME}$<$<CONFIG:Debug>:${LIB_DEBUG_SUFFIX}>
|
||||
OUTPUT_NAME
|
||||
${LIB_RELEASE_NAME}
|
||||
OUTPUT_NAME_DEBUG
|
||||
${LIB_DEBUG_NAME}
|
||||
OUTPUT_NAME_RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user