summaryrefslogtreecommitdiff
path: root/cmake/FindANTLR.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindANTLR.cmake')
-rw-r--r--cmake/FindANTLR.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindANTLR.cmake b/cmake/FindANTLR.cmake
index 135668006..5f574247b 100644
--- a/cmake/FindANTLR.cmake
+++ b/cmake/FindANTLR.cmake
@@ -48,3 +48,6 @@ find_package_handle_standard_args(
mark_as_advanced(ANTLR_BINARY ANTLR_INCLUDE_DIR ANTLR_LIBRARIES
HAVE_ANTLR3_FILE_STREAM_NEW)
+if(ANTLR_LIBRARIES)
+ message(STATUS "Found ANTLR libs: ${ANTLR_LIBRARIES}")
+endif()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback