diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-04-18 14:15:10 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-04-18 14:15:10 +0000 |
| commit | b431cb0a41917d11d848d717e59403f45b673b8d (patch) | |
| tree | ba989c7a9193fc796709140a045b4e691d1a5666 /libopenjpeg/jpwl | |
| parent | dfbab28b4d63e7d7454be9cb0e89ff5f7059994d (diff) | |
[1.5] fix compilation warnings on windows box
Diffstat (limited to 'libopenjpeg/jpwl')
| -rw-r--r-- | libopenjpeg/jpwl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/jpwl/CMakeLists.txt b/libopenjpeg/jpwl/CMakeLists.txt index fff7d087..f6f20135 100644 --- a/libopenjpeg/jpwl/CMakeLists.txt +++ b/libopenjpeg/jpwl/CMakeLists.txt @@ -24,7 +24,7 @@ IF(WIN32) ENDIF(WIN32) ADD_LIBRARY(${OPENJPEG_LIBRARY_NAME}_JPWL ${JPWL_SRCS} ${OPENJPEG_SRCS}) IF(UNIX) - TARGET_LINK_LIBRARIES(${OPENJPEG_LIBRARY_NAME} m) + TARGET_LINK_LIBRARIES(${OPENJPEG_LIBRARY_NAME}_JPWL m) ENDIF(UNIX) SET_TARGET_PROPERTIES(${OPENJPEG_LIBRARY_NAME}_JPWL PROPERTIES ${OPENJPEG_LIBRARY_PROPERTIES}) |
