From fdcff54e1d845343cdfe39040aac6f7ff9b4163a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Apr 2023 08:52:32 +0200 Subject: cmake: remove precompiled headers They were having problems including fmtlib and robin_map. --- userconfig-sthalik@Windows-GNU.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'userconfig-sthalik@Windows-GNU.cmake') diff --git a/userconfig-sthalik@Windows-GNU.cmake b/userconfig-sthalik@Windows-GNU.cmake index b37ff1d1..754085c1 100644 --- a/userconfig-sthalik@Windows-GNU.cmake +++ b/userconfig-sthalik@Windows-GNU.cmake @@ -19,13 +19,8 @@ set(OpenCV_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../opentrack-depends/opencv/build-gc if(CMAKE_BUILD_TYPE STREQUAL "DEBUG") add_definitions(-D_GLIBCXX_ASSERTIONS) - sets(BOOL FLOORMAT_PRECOMPILED-HEADERS OFF) -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