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)