diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6752630149..2ea9aee741 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ add_subdirectory(transaction) add_library(kuzu STATIC ${ALL_OBJECT_FILES}) target_link_libraries(kuzu PUBLIC antlr4_cypher antlr4_runtime utf8proc - Threads::Threads parquet_lib arrow_lib arrow_deps) + parquet_lib arrow_lib arrow_deps Threads::Threads) target_include_directories( kuzu PUBLIC $ $)