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. --- draw/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'draw') diff --git a/draw/CMakeLists.txt b/draw/CMakeLists.txt index 843a6cc3..2c12289d 100644 --- a/draw/CMakeLists.txt +++ b/draw/CMakeLists.txt @@ -2,6 +2,3 @@ set(self floormat-draw) file(GLOB sources "*.cpp" CONFIGURE_ARGS) add_library(${self} OBJECT "${sources}") target_link_libraries(${self} PUBLIC Magnum::GL) -if(FLOORMAT_PRECOMPILED-HEADERS) - target_precompile_headers(${self} REUSE_FROM floormat) -endif() -- cgit v1.2.3