Fix ASCIIDOC detection broken by commit ae2888aeb2

Change-Id: I36cd42a9040e8f8ab2b11ff4211a1298663909a2
Reviewed-on: https://code.wireshark.org/review/6512
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Jörg Mayer 2015-01-13 02:35:37 +01:00 committed by Jörg Mayer
parent de5e7b820f
commit 63d8e44580
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ endif()
# Handle the QUIETLY and REQUIRED arguments and set ASCIIDOC_FOUND to TRUE if
# all listed variables are TRUE
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(A2X DEFAULT_MSG RUNA2X)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(ASCIIDOC DEFAULT_MSG RUNA2X)
MARK_AS_ADVANCED(RUNA2X)