Unverified Commit 221ca9d9 authored by Mark Lindner's avatar Mark Lindner Committed by GitHub

Merge pull request #137 from SRCoughlin/master

Fix to undo #120 and make Docker compatible
parents 4a546490 e53f98a2
......@@ -44,9 +44,9 @@ set_target_properties(${libname}++
PROPERTIES LINKER_LANGUAGE CXX
PUBLIC_HEADER "${libinc_cpp}")
check_symbol_exists(uselocale "locale.h" HAVE_USELOCALE)
check_symbol_exists(newlocale "locale.h" HAVE_NEWLOCALE)
check_symbol_exists(freelocale "locale.h" HAVE_FREELOCALE)
#check_symbol_exists(uselocale "locale.h" HAVE_USELOCALE)
#check_symbol_exists(newlocale "locale.h" HAVE_NEWLOCALE)
#check_symbol_exists(freelocale "locale.h" HAVE_FREELOCALE)
if(HAVE_USELOCALE)
target_compile_definitions(${libname}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment