Skip to content

Commit 5bae37c

Browse files
committed
fix
1 parent fff95d8 commit 5bae37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ add_subdirectory (thirdparty/c-blosc2 EXCLUDE_FROM_ALL)
7676
# In our CI we use unity builds to speed up compilation but due to c-blosc2's build
7777
# setup this doesn't work and will result in undefined references
7878
if (CMAKE_UNITY_BUILD)
79-
set_target_properties(Blosc2::blosc2_static PROPERTIES UNITY_BUILD OFF)
79+
set_target_properties(blosc2_static PROPERTIES UNITY_BUILD OFF)
80+
set_target_properties(blosc2_shared PROPERTIES UNITY_BUILD OFF)
8081
endif()
8182

8283
# Add target for blosc2 headers

0 commit comments

Comments
 (0)