parent
fc86a05455
commit
bdc1e4e054
|
@ -14,7 +14,7 @@ FIND_LIBRARY(EXPAT_LIBRARY NAMES expat)
|
||||||
# handle the QUIETLY and REQUIRED arguments and set EXPAT_FOUND to TRUE if
|
# handle the QUIETLY and REQUIRED arguments and set EXPAT_FOUND to TRUE if
|
||||||
# all listed variables are TRUE
|
# all listed variables are TRUE
|
||||||
INCLUDE(FindPackageHandleStandardArgs)
|
INCLUDE(FindPackageHandleStandardArgs)
|
||||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(EXPAT DEFAULT_MSG EXPAT_LIBRARY EXPAT_INCLUDE_PATH)
|
FIND_PACKAGE_HANDLE_STANDARD_ARGS(EXPAT DEFAULT_MSG EXPAT_LIBRARY EXPAT_INCLUDE_DIR)
|
||||||
|
|
||||||
# Copy the results to the output variables.
|
# Copy the results to the output variables.
|
||||||
IF(EXPAT_FOUND)
|
IF(EXPAT_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue