From 6dd643608a0da52b3f66cada57607524bca151bb Mon Sep 17 00:00:00 2001 From: kai Date: Mon, 18 Jun 2012 21:26:18 +0200 Subject: [PATCH] Fix for review comments. --- cmake/Modules/FindLibConfig++.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmake/Modules/FindLibConfig++.cmake b/cmake/Modules/FindLibConfig++.cmake index b63d1ea1..6b6a78e0 100644 --- a/cmake/Modules/FindLibConfig++.cmake +++ b/cmake/Modules/FindLibConfig++.cmake @@ -2,12 +2,9 @@ # # This module defines # LIBCONFIG++_INCLUDE_DIR, where to find libconfig++ include files, etc. -# LIBCONFIG++_LIBRARy, the library to link against to use libconfig++. +# LIBCONFIG++_LIBRARY, the library to link against to use libconfig++. # LIBCONFIG++_FOUND, If false, do not try to use libconfig++. -# also defined, but not for general use are -# LIBCONFIG++_LIBRARY, where to find the libconfig++ library. - set(LIBCONFIG++_FOUND TRUE) find_path(LIBCONFIG++_INCLUDE_DIR libconfig.h++)