Skip to content

Commit

Permalink
Merge pull request #3799 from timkpaine/tkp/findantlr
Browse files Browse the repository at this point in the history
Small tweak to default antlr jar installation paths
  • Loading branch information
alaindargelas authored Aug 14, 2023
2 parents daecb49 + 9e7ee49 commit f0d28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindANTLR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(Java QUIET COMPONENTS Runtime)
if(NOT ANTLR_JAR_LOCATION)
find_file(ANTLR_JAR_LOCATION
NAMES antlr-4.12.0-complete.jar antlr.jar antlr4.jar antlr-4.jar
HINTS /usr /usr/local /usr/local/lib/ /usr/share /usr/share/java /usr/local/Homebrew ~/homebrew /usr/local/homebrew/Cellar /opt/homebrew/Cellar
HINTS /usr /usr/local /usr/local/share /usr/local/share/java /usr/local/lib/ /usr/share /usr/share/java /usr/local/Homebrew ~/homebrew /usr/local/homebrew/Cellar /opt/homebrew/Cellar
PATH_SUFFIXES antlr 4.12.0 antlr/4.12.0
NO_CMAKE_SYSTEM_PATH
NO_SYSTEM_ENVIRONMENT_PATH)
Expand Down

0 comments on commit f0d28aa

Please sign in to comment.