diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-08-16 08:54:54 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-08-16 08:54:54 +0000 |
| commit | 4091882dfbd90b67d81cdaf774cfcbdb79cbe2ee (patch) | |
| tree | fba9354c63d10024637df0e561e7706da057b71e /CMake/FindFCGI.cmake | |
| parent | 61e0ed6a964bf068a26a072298f5e0a3664461f0 (diff) | |
backport r870 to branch openjpeg-1.5
Diffstat (limited to 'CMake/FindFCGI.cmake')
| -rw-r--r-- | CMake/FindFCGI.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/FindFCGI.cmake b/CMake/FindFCGI.cmake index ff762775..fa909235 100644 --- a/CMake/FindFCGI.cmake +++ b/CMake/FindFCGI.cmake @@ -10,7 +10,7 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(FCGI DEFAULT_MSG FCGI_LIBRARY FCGI_INCLUDE_DIR # Copy the results to the output variables. IF(FCGI_FOUND) - SET( ${FCGI_LIBRARY}) + SET(FCGI_LIBRARIES ${FCGI_LIBRARY}) SET(FCGI_INCLUDE_DIRS ${FCGI_INCLUDE_DIR}) ELSE(FCGI_FOUND) SET(FCGI_LIBRARIES) |
