From 05f796d2fabd08dd1ab575dca6f59ca6bf18b70c Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 30 Oct 2013 08:59:23 +0000 Subject: trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI. --- src/bin/jpip/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') 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 -- cgit v1.2.3