]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/config.h.cmake
add MinSizeRel as project which only uses STL and Boost pchs
[lyx.git] / development / cmake / config.h.cmake
index 74b097e3b1d318c826a3ad62b5e0688f3f3fcb0a..f08c853ef65e32dddb8269404313addcb7a3985f 100644 (file)
 #pragma warning( disable : 4800 ) //: forcing value to bool 'true' or 'false' (performance warning)
 #endif
 
+#ifdef LYX_ENABLE_PCH
 #include "pcheaders.h"
+#endif
 
 #endif