summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-07-31 17:43:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-07-31 17:43:55 (GMT)
commit0636e97e42c78f39c5b4dd5d5120394566bfb35f (patch)
tree05476041b4d6d23cff720fafd360c50d4c74f9fe /testpar
parente7557011ce7b2a4cbb5d659c504d623e8338c4c0 (diff)
parent3e7979902ade13ba8f37e020e5ae95f03a82b0f9 (diff)
downloadhdf5-0636e97e42c78f39c5b4dd5d5120394566bfb35f.zip
hdf5-0636e97e42c78f39c5b4dd5d5120394566bfb35f.tar.gz
hdf5-0636e97e42c78f39c5b4dd5d5120394566bfb35f.tar.bz2
Merge pull request #1171 in HDFFV/hdf5 from hdf5_1_10 to hdf5_1_10_3
* commit '3e7979902ade13ba8f37e020e5ae95f03a82b0f9': Merge pull request #1158 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to develop Merge from develop HDFFV-10534 add note HDFFV-10534 change to runtime exception
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index e843811..c08a69e 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -26,7 +26,7 @@ target_include_directories(testphdf5
)
TARGET_C_PROPERTIES (testphdf5 STATIC)
target_link_libraries (testphdf5
- PRIVATE ${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET} $<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_LIBRARIES}>
+ PRIVATE ${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET} "$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_LIBRARIES}>"
)
set_target_properties (testphdf5 PROPERTIES FOLDER test/par)
@@ -37,7 +37,7 @@ MACRO (ADD_H5P_EXE file)
)
TARGET_C_PROPERTIES (${file} STATIC)
target_link_libraries (${file}
- PRIVATE ${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET} $<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_LIBRARIES}>
+ PRIVATE ${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET} "$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_LIBRARIES}>"
)
set_target_properties (${file} PROPERTIES FOLDER test/par)
ENDMACRO (ADD_H5P_EXE file)