Compare commits
No commits in common. "a24bff8b08beebe8310cdea8cfa8600b05a4e4ca" and "6050aa155d018615415ae442b4b596567519da09" have entirely different histories.
a24bff8b08
...
6050aa155d
|
|
@ -12,10 +12,6 @@ if(NOT CMAKE_BUILD_TYPE)
|
||||||
set(CMAKE_BUILD_TYPE Release)
|
set(CMAKE_BUILD_TYPE Release)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_EXPORT_COMPILE_COMMANDS STREQUAL "")
|
|
||||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE BOOL "project default" FORCE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Add an option to enable treating warnings as errors
|
# Add an option to enable treating warnings as errors
|
||||||
option(ENABLE_WERROR "Treat all compiler warnings as errors" OFF)
|
option(ENABLE_WERROR "Treat all compiler warnings as errors" OFF)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue