Fix for review comments.

This commit is contained in:
kai
2012-06-18 21:26:18 +02:00
parent c5eba4a98b
commit 6dd643608a

View File

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