summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Braun2010-10-05 15:39:09 +0200
committerSebastien Braun2010-10-05 22:12:27 +0200
commit9a545d82ada962bfeec4238ec6f4231759dab93e (patch)
tree1cd3046fc4ab921813bfc32f49e943ec5ea2e42b
parentFix OpenPGM error handling bug resulting in spurious warnings and/or memory l... (diff)
downloadpvs-9a545d82ada962bfeec4238ec6f4231759dab93e.tar.gz
pvs-9a545d82ada962bfeec4238ec6f4231759dab93e.tar.xz
pvs-9a545d82ada962bfeec4238ec6f4231759dab93e.zip
Remove unnecessary check for glib headers/libraries
-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