From ecb29c4f995429f6f3e60d09f5aa1fc3714e4ea2 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 2 Oct 2023 00:11:44 +0300 Subject: [PATCH] Removed pre compiled header option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51e88986..88cc6e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -297,6 +297,7 @@ if(CMAKE_GENERATOR MATCHES "Visual Studio") source_group(TREE ${CMAKE_SOURCE_DIR}/src PREFIX sources FILES ${SPDLOG_SRCS}) source_group(sources FILES ${VERSION_RC}) endif() + # --------------------------------------------------------------------------------------- # Use {fmt} lib package if using external fmt # ---------------------------------------------------------------------------------------