Skip to content

Commit

Permalink
Adding possibility to automatically build vhdlparser from vhdlparser.…
Browse files Browse the repository at this point in the history
…jj file

Removed debug statement
  • Loading branch information
albert-github committed Oct 18, 2019
1 parent 3789f8b commit cda1479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/FindJavacc.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

find_program(JAVACC_EXECUTABLE NAMES javacc javaCC Javacc JavaCC javacc.bat DOC "path to the javacc executable")
message("The path: $ENV{PATH}\n")
mark_as_advanced(JAVACC_EXECUTABLE)
if(JAVACC_EXECUTABLE)
set(JAVACC_FOUND 1)
Expand Down

0 comments on commit cda1479

Please sign in to comment.