]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/configCompiler.h.cmake
Cmake export tests: Ignore missing glyphs on some tests
[lyx.git] / development / cmake / configCompiler.h.cmake
index 6eb627add763a558b94fbba7ec205ccc1285fe3f..52f629e7bb8d02b2f0254bf19263da8db9774267 100644 (file)
 
 #define BOOST_ALL_NO_LIB 1
 
-#if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM)
-#  define USE_BOOST_FORMAT 1
-#else
-#  define USE_BOOST_FORMAT 0
-#endif
-
 #ifdef _DEBUG
 #  define ENABLE_ASSERTIONS 1
 #endif
 #define BOOST_NO_WSTRING 1
 
 #ifdef __CYGWIN__
+#  define _DEFAULT_SOURCE
 #  define BOOST_POSIX 1
 #  define BOOST_POSIX_API 1
 #  define BOOST_POSIX_PATH 1