summaryrefslogtreecommitdiff
path: root/src/bin
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/bin
parentbd8c91b37dc1b9345130d63582a063b59628b227 (diff)
trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jpip/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt
index 45f0007b..9404c111 100644
--- a/src/bin/jpip/CMakeLists.txt
+++ b/src/bin/jpip/CMakeLists.txt
@@ -23,7 +23,7 @@ if(BUILD_JPIP_SERVER)
# Build executable
add_executable(opj_server ${OPJ_SERVER_SRCS})
- target_link_libraries(opj_server openjpip_server)
+ target_link_libraries(opj_server ${FCGI_LIBRARIES} openjpip_server)
set_property(
TARGET opj_server
APPEND PROPERTY