Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
0520dcd0
Commit
0520dcd0
authored
Jun 26, 2015
by
François Grisez
Browse files
Fix antlr detection by CMake
parent
40ac2b8b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/FindAntlr3.cmake
cmake/FindAntlr3.cmake
+1
-1
No files found.
cmake/FindAntlr3.cmake
View file @
0520dcd0
...
@@ -65,7 +65,7 @@ if(NOT ANTLR3_COMMAND)
...
@@ -65,7 +65,7 @@ if(NOT ANTLR3_COMMAND)
# antlr3 command not found, search for the jar file
# antlr3 command not found, search for the jar file
find_file
(
ANTLR3_JAR_PATH
find_file
(
ANTLR3_JAR_PATH
NAMES antlr3.jar antlr.jar
NAMES antlr3.jar antlr.jar
HINTS _ANTLR3_JAR_ROOT_PATHS
HINTS
${
_ANTLR3_JAR_ROOT_PATHS
}
PATH_SUFFIXES share/java
PATH_SUFFIXES share/java
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment