Merge topic 'fix-jasper-debug'

00e30a0 FindJasper: fix library name
This commit is contained in:
David Cole 2012-02-01 14:50:21 -05:00 committed by CMake Topic Stage
commit 28088aa045
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ IF (NOT JASPER_LIBRARIES)
FIND_PACKAGE(JPEG)
FIND_LIBRARY(JASPER_LIBRARY_RELEASE NAMES jasper libjasper)
FIND_LIBRARY(JASPER_LIBRARY_DEBUG NAMES japserd)
FIND_LIBRARY(JASPER_LIBRARY_DEBUG NAMES jasperd)
INCLUDE(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)
SELECT_LIBRARY_CONFIGURATIONS(JASPER)