Skip to content

Commit

Permalink
Fix warning from CMAKE
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch committed Oct 24, 2019
1 parent 89e4aff commit dc0589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/util/FindANTLR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ macro(find_antlr use_antlr)
elseif(NOT ${use_antlr} STREQUAL "OFF")
set(ANTLR4 ${JAVA_PROGRAM} -jar ${use_antlr})
endif()
message(STATUS "ANTLR4="${ANTLR4})
message(STATUS "ANTLR4=${ANTLR4}")
endmacro(find_antlr)

0 comments on commit dc0589d

Please sign in to comment.