From 6e215256128aca58e2dc3c2efa369198d5016871 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Apr 2023 04:39:40 +0200 Subject: cmake: enable precompiled headers --- userconfig-sthalik@Windows-GNU.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userconfig-sthalik@Windows-GNU.cmake b/userconfig-sthalik@Windows-GNU.cmake index cc2ac66f..b37ff1d1 100644 --- a/userconfig-sthalik@Windows-GNU.cmake +++ b/userconfig-sthalik@Windows-GNU.cmake @@ -24,6 +24,8 @@ else() sets(BOOL FLOORMAT_PRECOMPILED-HEADERS ON) endif() +sets(BOOL FLOORMAT_PRECOMPILED-HEADERS ON) + # for building submodule dependencies function(fm-userconfig-external) add_compile_options( -- cgit v1.2.3