We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff95d8 commit 5bae37cCopy full SHA for 5bae37c
CMakeLists.txt
@@ -76,7 +76,8 @@ add_subdirectory (thirdparty/c-blosc2 EXCLUDE_FROM_ALL)
76
# In our CI we use unity builds to speed up compilation but due to c-blosc2's build
77
# setup this doesn't work and will result in undefined references
78
if (CMAKE_UNITY_BUILD)
79
- set_target_properties(Blosc2::blosc2_static PROPERTIES UNITY_BUILD OFF)
+ set_target_properties(blosc2_static PROPERTIES UNITY_BUILD OFF)
80
+ set_target_properties(blosc2_shared PROPERTIES UNITY_BUILD OFF)
81
endif()
82
83
# Add target for blosc2 headers
0 commit comments