Fixed wrong default value for LIBCONFIG++_FOUND

This commit is contained in:
kai
2012-06-19 06:52:46 +02:00
parent 51256b8c82
commit eb008fac44

View File

@@ -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++)