Skip to content

Commit 917a791

Browse files
committed
Remove unneeded FetchContent_GetProperties
1 parent b607278 commit 917a791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ else()
4040
GIT_TAG b179abf1132dfa5a263b2ebceb6ef7a3c2890c64
4141
)
4242
FetchContent_MakeAvailable(blosc2)
43-
FetchContent_GetProperties(blosc2)
4443
include_directories("${blosc2_SOURCE_DIR}/include")
4544
target_link_libraries(blosc2_ext PRIVATE blosc2_static)
4645
endif()

0 commit comments

Comments
 (0)