summaryrefslogtreecommitdiffstats
path: root/test/API
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-05 22:08:18 (GMT)
committerGitHub <noreply@github.com>2023-05-05 22:08:18 (GMT)
commitd7771ba1f93b047891f2f1ab0aa3a9db86549fe2 (patch)
treebe695e5d0b1aff7a4ab74d3b89f4042de6fb2953 /test/API
parent8ef6dda49ce15a0f7b20089262fecf582791d6de (diff)
downloadhdf5-d7771ba1f93b047891f2f1ab0aa3a9db86549fe2.zip
hdf5-d7771ba1f93b047891f2f1ab0aa3a9db86549fe2.tar.gz
hdf5-d7771ba1f93b047891f2f1ab0aa3a9db86549fe2.tar.bz2
CMake fix gen. exprs. and add h5copy help (#2918)
Diffstat (limited to 'test/API')
-rw-r--r--test/API/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/API/CMakeLists.txt b/test/API/CMakeLists.txt
index dd2bca2..606aa9c 100644
--- a/test/API/CMakeLists.txt
+++ b/test/API/CMakeLists.txt
@@ -134,7 +134,7 @@ target_compile_options (
target_compile_definitions (
h5_api_test
PRIVATE
- $<$<CONFIG:Developer>:${HDF5_DEVELOPER_DEFS}>
+ "$<$<CONFIG:Developer>:${HDF5_DEVELOPER_DEFS}>"
)
if (NOT BUILD_SHARED_LIBS)
TARGET_C_PROPERTIES (h5_api_test STATIC)
@@ -214,7 +214,7 @@ foreach (api_test_extra ${HDF5_API_TESTS_EXTRA})
target_compile_definitions (
h5_api_test_${api_test_extra}
PRIVATE
- $<$<CONFIG:Developer>:${HDF5_DEVELOPER_DEFS}>
+ "$<$<CONFIG:Developer>:${HDF5_DEVELOPER_DEFS}>"
)
if (NOT BUILD_SHARED_LIBS)
TARGET_C_PROPERTIES (h5_api_test_${api_test_extra} STATIC)