Skip to content

Commit

Permalink
Attempt to fix macos build again
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Dec 17, 2024
1 parent 8fa5aa2 commit fe84cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,5 @@ 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 Boost::filesystem spdlog::spdlog)

0 comments on commit fe84cd4

Please sign in to comment.