Skip to content

Commit d3f51bc

Browse files
committed
Remove export lz4
1 parent 535e522 commit d3f51bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,14 @@ if (TARGET flatbuffers)
301301
endif()
302302
endif()
303303

304-
if (TARGET lz4)
305-
get_target_property(is_imported lz4 IMPORTED)
306-
if(NOT is_imported)
307-
# This means `lz4` was fetched using FetchContent
308-
# We need to export `lz4` target explicitly
309-
list(APPEND SPARROW_IPC_EXPORTED_TARGETS lz4)
310-
endif()
311-
endif()
304+
# if (TARGET lz4)
305+
# get_target_property(is_imported lz4 IMPORTED)
306+
# if(NOT is_imported)
307+
# # This means `lz4` was fetched using FetchContent
308+
# # We need to export `lz4` target explicitly
309+
# list(APPEND SPARROW_IPC_EXPORTED_TARGETS lz4)
310+
# endif()
311+
# endif()
312312

313313
if (TARGET lz4_static)
314314
get_target_property(is_imported lz4_static IMPORTED)

0 commit comments

Comments
 (0)