Changeset - d84b36ef6939
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-05-20 10:28:33
hanzz.k@gmail.com
better cmake
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
cmake_modules/glibConfig.cmake
Show inline comments
 
@@ -7,7 +7,7 @@ endif(GLIB2_INCLUDE_DIR AND GLIB2_LIBRARIES)
 

	
 
if (NOT WIN32)
 
   find_package(PkgConfig REQUIRED)
 
   pkg_check_modules(PKG_GLIB REQUIRED glib-2.0)
 
   pkg_check_modules(PKG_GLIB glib-2.0)
 
endif(NOT WIN32)
 

	
 
find_path(GLIB2_MAIN_INCLUDE_DIR glib.h
0 comments (0 inline, 0 general)