Skip to content

Commit

Permalink
Attempt to fix build issue on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Dec 17, 2024
1 parent a64bd6b commit 8fa5aa2
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -25,4 +25,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)
target_link_libraries(kql PRIVATE antlr4_static spdlog::spdlog)

0 comments on commit 8fa5aa2

Please sign in to comment.