cmake: Remove explicitly setting CMAKE_EXPORT_COMPILE_COMMANDS

Modern IDEs / C++ environments will just set this for you.

EX: vscode will set this for you.
This commit is contained in:
juan-lunarg 2023-05-04 15:47:04 -06:00 committed by arcady-lunarg
parent bc6b2bc17a
commit 955f21aad2

View File

@ -35,9 +35,6 @@ project(glslang)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Enable compile commands database
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Adhere to GNU filesystem layout conventions
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)