From 51256b8c8205086b459cb9dc0ceab65b5869bf7b Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 19 Jun 2012 06:44:36 +0200 Subject: [PATCH] Fixed a wrong variable reference. --- cmake/Modules/FindLibConfig++.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindLibConfig++.cmake b/cmake/Modules/FindLibConfig++.cmake index 6b6a78e0..e218609a 100644 --- a/cmake/Modules/FindLibConfig++.cmake +++ b/cmake/Modules/FindLibConfig++.cmake @@ -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)