Skip to content

Commit

Permalink
Attempt to fix macOS build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Nov 18, 2024
1 parent f0118f1 commit 866dcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/core/src/clp_s/search/kql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ add_library(
)
target_compile_features(kql PRIVATE cxx_std_20)
target_include_directories(kql PRIVATE ${ANTLR_KqlParser_OUTPUT_DIR})
target_link_libraries(kql PRIVATE antlr4_static spdlog::spdlog)
target_link_libraries(kql PRIVATE antlr4_static)
2 changes: 1 addition & 1 deletion components/core/src/clp_s/search/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ add_library(
)
target_compile_features(sql PRIVATE cxx_std_20)
target_include_directories(sql PRIVATE ${ANTLR_SqlParser_OUTPUT_DIR})
target_link_libraries(sql PRIVATE antlr4_static spdlog::spdlog)
target_link_libraries(sql PRIVATE antlr4_static)

0 comments on commit 866dcfc

Please sign in to comment.