parent
2c5314ce93
commit
f4866e7dd8
1 changed files with 0 additions and 9 deletions
@ -1,9 +0,0 @@ |
|||||||
find_path(LibIntl_INCLUDE_DIRS NAMES libintl.h) |
|
||||||
find_library(LibIntl_LIBRARIES NAMES intl libintl) |
|
||||||
include(CheckCXXSymbolExists) |
|
||||||
check_cxx_symbol_exists(gettext libintl.h LibIntl_SYMBOL_FOUND) |
|
||||||
if (LibIntl_SYMBOL_FOUND) |
|
||||||
set(HAVE_LIBINTL TRUE) |
|
||||||
else() |
|
||||||
set(HAVE_LIBINTL FALSE) |
|
||||||
endif() |
|
||||||
Loading…
Reference in new issue