summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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()