From e1c72c4a880eeabc393f72162c94369874b96953 Mon Sep 17 00:00:00 2001 From: theomegacarrot Date: Thu, 16 Mar 2023 11:06:51 -0400 Subject: [PATCH] revert accidentally committed edit to CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec7e14c3..b096e4e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ cmake_minimum_required(VERSION 3.8...3.25) -set(CMAKE_EXPORT_COMPILE_COMMANDS YES) - # Fallback for using newer policies on CMake <3.12. if(${CMAKE_VERSION} VERSION_LESS 3.12) cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})