summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
index 419043aa..fe32d1d5 100644
--- a/main/CMakeLists.txt
+++ b/main/CMakeLists.txt
@@ -10,9 +10,3 @@ target_link_libraries(${self} PUBLIC
fmt::fmt
tsl::robin_map
)
-
-if(NOT MSVC)
- target_precompile_headers(${self} REUSE_FROM floormat)
-else()
- target_precompile_headers(${self} PRIVATE ../src/precomp.hpp)
-endif()