From eb008fac44e8fc57706d5d55f0528092aa54ab11 Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 19 Jun 2012 06:52:46 +0200 Subject: [PATCH] Fixed wrong default value for LIBCONFIG++_FOUND --- 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 e218609a..28c9712e 100644 --- a/cmake/Modules/FindLibConfig++.cmake +++ b/cmake/Modules/FindLibConfig++.cmake @@ -5,7 +5,7 @@ # LIBCONFIG++_LIBRARY, the library to link against to use libconfig++. # LIBCONFIG++_FOUND, If false, do not try to use libconfig++. -set(LIBCONFIG++_FOUND TRUE) +set(LIBCONFIG++_FOUND FALSE) find_path(LIBCONFIG++_INCLUDE_DIR libconfig.h++)