summaryrefslogtreecommitdiffstats
path: root/OpenPGMConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGMConfig.cmake')
-rw-r--r--OpenPGMConfig.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenPGMConfig.cmake b/OpenPGMConfig.cmake
index fe719f8..1b7adbc 100644
--- a/OpenPGMConfig.cmake
+++ b/OpenPGMConfig.cmake
@@ -3,13 +3,6 @@ SET(pgm_VERSION
svn-r1135
)
-INCLUDE(${CMAKE_ROOT}/Modules/FindPkgConfig.cmake)
-
-PKG_CHECK_MODULES(GLIB glib-2.0>=2.10)
-IF(NOT GLIB_FOUND)
- MESSAGE(FATAL_ERROR "You don't seem to have GLib2 installed.")
-ENDIF(NOT GLIB_FOUND)
-
IF(UNIX)
IF(CMAKE_COMPILER_IS_GNUCC)
# The scripts are fine for Linux/GCC, other platforms may or may