]> granicus.if.org Git - graphviz/commitdiff
cmake stuff
authorellson <devnull@localhost>
Sun, 9 Jul 2006 04:56:50 +0000 (04:56 +0000)
committerellson <devnull@localhost>
Sun, 9 Jul 2006 04:56:50 +0000 (04:56 +0000)
cmake/FindPkgConfig.cmake [deleted file]

diff --git a/cmake/FindPkgConfig.cmake b/cmake/FindPkgConfig.cmake
deleted file mode 100644 (file)
index 5de4d68..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# This module finds if pkg-config is installed and determines where binary is.
-# This # code sets the following variables:
-#
-#  PKGCONFIG_FOUND              = 1 if found, else 0
-#  PKGCONFIG_EXECUTABLE         = full path to the ruby binary
-#
-
-FIND_PROGRAM(PKGCONFIG_EXECUTABLE
-       NAMES pkg-config
-       PATHS /usr/bin /usr/local/bin
-)
-SET(PKGCONFIG_FOUND 0)
-IF(EXISTS ${PKGCONFIG_EXECUTABLE})
-       SET(PKGCONFIG_FOUND 1)
-ENDIF(EXISTS ${PKGCONFIG_EXECUTABLE})