mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove duplicate CMake variable
PiperOrigin-RevId: 417812513 Change-Id: I1128ff3e94cba42d59d13ccfddf32d5b30082382
This commit is contained in:
parent
9d8e43f4d9
commit
8b61945e93
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user