From 8b61945e93509e509b2df98dcecffa472a4de2d3 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Wed, 22 Dec 2021 06:57:14 -0800 Subject: [PATCH] Remove duplicate CMake variable PiperOrigin-RevId: 417812513 Change-Id: I1128ff3e94cba42d59d13ccfddf32d5b30082382 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d87a31..f39e7c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,9 +56,6 @@ include(GNUInstallDirs) # Allow the header generator to auto-configure include paths set(CMAKE_EXPORT_COMPILE_COMMANDS ON) -# Allow the header generator to auto-configure include paths -set(CMAKE_EXPORT_COMPILE_COMMANDS ON) - if(SAPI_FORCE_COLOR_OUTPUT) if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") # GCC add_compile_options(-fdiagnostics-color=always)