From 0fd0e13d21e16d8473fd4b658def1a982add1e37 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 2 Oct 2023 20:14:20 +0300 Subject: [PATCH] Update CMakeLists.txt - removed pch option --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5267360..93c9667b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,9 +63,6 @@ option(SPDLOG_BUILD_ALL "Build all artifacts" OFF) # build shared option option(SPDLOG_BUILD_SHARED "Build shared library" OFF) -# precompiled headers option -option(SPDLOG_ENABLE_PCH "Build static or shared library using precompiled header to speed up compilation time" OFF) - # build position independent code option(SPDLOG_BUILD_PIC "Build position independent code (-fPIC)" OFF)