summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2013-10-30 08:59:23 +0000
committerAntonin Descampe <antonin@gmail.com>2013-10-30 08:59:23 +0000
commit05f796d2fabd08dd1ab575dca6f59ca6bf18b70c (patch)
treef63981c05e2e45afef8946f4ac0cf8fae5e5c7ea /src/CMakeLists.txt
parentbd8c91b37dc1b9345130d63582a063b59628b227 (diff)
trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 673843ec..87526cfc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,12 +1,12 @@
# required dep for server:
-if(BUILD_JPIP_SERVER)
- find_package(CURL REQUIRED)
- find_package(FCGI REQUIRED)
- find_package(Threads REQUIRED)
- if(NOT CMAKE_USE_PTHREADS_INIT)
- message(FATAL_ERROR "Only pthread are supported")
- endif()
-endif()
+#if(BUILD_JPIP_SERVER)
+# find_package(CURL REQUIRED)
+# find_package(FCGI REQUIRED)
+# find_package(Threads REQUIRED)
+# if(NOT CMAKE_USE_PTHREADS_INIT)
+# message(FATAL_ERROR "Only pthread are supported")
+# endif()
+#endif()
-add_subdirectory(lib)
+#add_subdirectory(lib)
#add_subdirectory(bin)