Fixed a wrong variable reference.

This commit is contained in:
kai
2012-06-19 06:44:36 +02:00
parent 6dd643608a
commit 51256b8c82

View File

@@ -17,5 +17,5 @@ endif (LIBCONFIG++_INCLUDE_DIR AND LIBCONFIG++_LIBRARY)
# Use the default CMake facilities for handling QUIET/REQUIRED.
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LLVM
find_package_handle_standard_args(LIBCONFIG++
REQUIRED_VARS LIBCONFIG++_INCLUDE_DIR LIBCONFIG++_LIBRARY)