Skip to content

Commit

Permalink
#7 Fix for libintl
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills committed Jun 3, 2017
1 parent 7e6148e commit 23ac3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/CMakeChecks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ IF( EXIV2_ENABLE_NLS )
find_library(LIBINTL_LIBRARY NAMES intl libintl)
if(libintl_FOUND)
SET(LIBINTL_LIBRARIES ${LIBINTL_LIBRARY})
else(libintl_FOUND)
SET(LIBINTL_LIBRARIES)
else()
SET(LIBINTL_LIBRARIES -lintl)
endif()
endif()
IF( NOT LOCALEDIR )
Expand Down

0 comments on commit 23ac3ee

Please sign in to comment.