summaryrefslogtreecommitdiffhomepage
path: root/serialize
diff options
context:
space:
mode:
Diffstat (limited to 'serialize')
-rw-r--r--serialize/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/serialize/CMakeLists.txt b/serialize/CMakeLists.txt
index 2bafd960..cee8ac42 100644
--- a/serialize/CMakeLists.txt
+++ b/serialize/CMakeLists.txt
@@ -26,8 +26,8 @@ if(WIN32)
target_link_libraries(${self} PUBLIC ntdll)
endif()
-#if(NOT MSVC)
-# target_precompile_headers(${self} REUSE_FROM floormat)
-#else()
-# target_precompile_headers(${self} PRIVATE ../src/precomp.hpp)
-#endif()
+if(NOT MSVC)
+ target_precompile_headers(${self} REUSE_FROM floormat)
+else()
+ target_precompile_headers(${self} PRIVATE ../src/precomp.hpp)
+endif()