mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix for review comments.
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user