]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/configCompiler.h.cmake
Do not use --std=c++14 for MSVC
[lyx.git] / development / cmake / configCompiler.h.cmake
index 6eb627add763a558b94fbba7ec205ccc1285fe3f..29ff1990e6ca92d15459acb820b2ac3a9284a656 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