Skip to content

Commit f812200

Browse files
authored
Fix typo in cacheinit.cmake for h5pl testing
1 parent eb29a40 commit f812200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/cmake/cacheinit.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
set (USE_SHARED_LIBS ON CACHE BOOL "Use Shared Libraries" FORCE)
1919

20-
set (H5PL_BUILD_TESTING ON CACHE BOOL "Build h5blosc Unit Testing" FORCE)
20+
set (H5PL_BUILD_TESTING ON CACHE BOOL "Build h5pl Unit Testing" FORCE)
2121
set (H5PL_H5PL_BUILD_TESTING ON CACHE BOOL "Enable h5pl examples" FORCE)
2222

2323
set (H5PL_BUILD_EXAMPLES ON CACHE BOOL "Build h5pl Examples" FORCE)

0 commit comments

Comments
 (0)