From bd34d6ef65fed8d28be57a41f70bf2abada00c76 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 5 Dec 2022 07:48:36 +0100 Subject: cmake: remove transitive deps to speed up build Also build them out of order to make sure there are no dependencies remaining. --- main/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'main') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index d0e32491..b40015e8 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -10,8 +10,6 @@ target_link_libraries(${self} PUBLIC fmt::fmt ) -target_link_libraries(${self} PUBLIC floormat-draw floormat) - if(FLOORMAT_PRECOMPILED-HEADERS) target_precompile_headers(${self} PRIVATE precomp.hpp) endif() -- cgit v1.2.3