Skip to content

Commit

Permalink
enable ANTLR4_USE_THREAD_LOCAL_CACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Dec 4, 2023
1 parent 1d50cc0 commit 3ff2600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ else ()
"$<BUILD_INTERFACE:${ANTLR4_INCLUDE_DIR_Sparql}>")
endif ()

add_compile_definitions(ANTLR4_USE_THREAD_LOCAL_CACHE=1)

add_library("${PROJECT_NAME}::${PROJECT_NAME}" ALIAS "${PROJECT_NAME}")

target_link_libraries(sparql-parser-base PUBLIC
Expand Down

0 comments on commit 3ff2600

Please sign in to comment.