summaryrefslogtreecommitdiff
path: root/thirdparty
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-01-25 09:42:00 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-01-25 09:42:00 +0000
commit2b746a71cb09b9322505b27e2134c868e39067cd (patch)
tree27c38e88e0a1686bd683e8a686b8893750abe3dc /thirdparty
parentba01e855a32fd8330385091b637abb3736e14649 (diff)
Refactor code to split jpip client code from server side.
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
index 1e603c3f..78abffbe 100644
--- a/thirdparty/CMakeLists.txt
+++ b/thirdparty/CMakeLists.txt
@@ -108,15 +108,3 @@ ELSE (BUILD_THIRDPARTY)
ENDIF (LCMS_FOUND)
ENDIF(LCMS2_FOUND)
ENDIF(BUILD_THIRDPARTY)
-
-#------------
-# Try to find lib FCGI
-FIND_PACKAGE(FCGI)
-
-IF(FCGI_FOUND)
- SET(FCGI_LIBNAME ${FCGI_LIBRARIES} PARENT_SCOPE)
- SET(FCGI_INCLUDE_DIRNAME ${FCGI_INCLUDE_DIRS} PARENT_SCOPE)
- message(STATUS "Your system seems to have a FCGI lib available, we will use it to build JPIP")
-ELSE (FCGI_FOUND) # not found
- message(STATUS "FCGI lib not found, JPIP will not be built as it requires FCGI")
-ENDIF(FCGI_FOUND)