We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573477d commit eb633adCopy full SHA for eb633ad
src/CMakeLists.txt
@@ -104,10 +104,10 @@ IF (NOT DISABLE_TRANSLATIONS)
104
SET(EXTRA_LIBRARIES ws2_32 winmm)
105
FIND_PACKAGE(LibIntl REQUIRED)
106
FIND_PACKAGE(Iconv REQUIRED)
107
- ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR BEOS OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR BEOS)
108
109
FIND_PACKAGE(LibIconv REQUIRED)
110
- ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
+ ELSEIF (CMAKE_SYSTEM_NAME STREQUAL "OpenBSD" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
111
112
ELSEIF (CMAKE_SYSTEM_NAME STREQUAL SunOS)
113
# explicit linking to libintl is required on Solaris
0 commit comments