Update cmake_modules/glibConfig.cmake

This commit is contained in:
Jan Kaluza 2012-09-08 12:57:22 +03:00
parent bd1de80e98
commit 42e04b26cb

View file

@ -52,4 +52,6 @@ endif(GLIB2_INTERNAL_INCLUDE_DIR)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(GLIB2 DEFAULT_MSG GLIB2_LIBRARIES GLIB2_MAIN_INCLUDE_DIR)
set(GLIB2_INCLUDE_DIR ${GLIB2_INCLUDE_DIR} "../lib/glib-2.0/include")
mark_as_advanced(GLIB2_INCLUDE_DIR GLIB2_LIBRARIES)