File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -301,14 +301,14 @@ if (TARGET flatbuffers)
301301 endif ()
302302endif ()
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
313313if (TARGET lz4_static)
314314 get_target_property (is_imported lz4_static IMPORTED )
You can’t perform that action at this time.
0 commit comments