From 6ad47b12bfeefcbbb07903458362c9ba1c526cf8 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Mon, 2 Sep 2024 12:43:40 +0200 Subject: [PATCH] Disable unity build property for GLFW --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c24ade..86f7d44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ set_target_properties(glfw PROPERTIES C_STANDARD_REQUIRED ON C_EXTENSIONS OFF INTERPROCEDURAL_OPTIMIZATION ON - UNITY_BUILD ON +# UNITY_BUILD ON )