File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ option(PAIMON_ENABLE_LANCE "Whether to enable lance file format" OFF)
5454option (PAIMON_ENABLE_JINDO "Whether to enable jindo file system" OFF )
5555option (PAIMON_ENABLE_LUMINA "Whether to enable lumina vector index" OFF )
5656option (PAIMON_ENABLE_LUCENE "Whether to enable lucene index" OFF )
57- option (PAIMON_USE_APPLE_LIBCXX_WITH_CLANG
58- "Use Apple SDK libc++ headers when building with upstream Clang on macOS" ON )
59-
6057if (PAIMON_ENABLE_ORC)
6158 add_definitions (-DPAIMON_ENABLE_ORC )
6259endif ()
@@ -298,8 +295,6 @@ if(PAIMON_ENABLE_LANCE)
298295 DESTINATION ${CMAKE_INSTALL_LIBDIR} )
299296endif()
300297
301- list(APPEND PAIMON_LINK_LIBS ${CMAKE_DL_LIBS } )
302- list(APPEND PAIMON_SHARED_INSTALL_INTERFACE_LIBS ${CMAKE_DL_LIBS } )
303298if(PAIMON_ENABLE_LUMINA)
304299 add_subdirectory(third_party/lumina EXCLUDE_FROM_ALL)
305300 link_directories(third_party/lumina/lib)
Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
9898
9999 define_option (PAIMON_USE_CCACHE "Use ccache when compiling (if available)" ON )
100100
101+ define_option (PAIMON_USE_APPLE_LIBCXX_WITH_CLANG
102+ "Use Apple SDK libc++ headers when building with upstream Clang on macOS"
103+ ON )
104+
101105 #----------------------------------------------------------------------
102106 set_option_category ("Test" )
103107
You can’t perform that action at this time.
0 commit comments