From cae5e0ad07749cc72508e2ebc0f757c6a561431c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 1 Mar 2017 09:58:59 -0600 Subject: cmake non-code typo --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2480758..8f9adab 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -309,7 +309,7 @@ if (BUILD_SHARED_LIBS) TARGET_C_PROPERTIES (cache_image-shared SHARED " " " ") target_link_libraries (cache_image-shared ${HDF5_TEST_LIBSH_TARGET} ${HDF5_LIBSH_TARGET}) set_target_properties (cache_image-shared PROPERTIES FOLDER test) -endif (BUILD_SHARED_LIBS) +endif () #-- Adding test for hyperslab add_executable (hyperslab ${HDF5_TEST_SOURCE_DIR}/hyperslab.c) -- cgit v0.12