X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=a27d1a6fd21edfec175b7b252cf2cbc89f95be24;hp=9f4e235663ebc61ae8f3233287e24d091b7b7e0a;hb=07c41b7cebcc87a313a5bfccd50a7949d126180a;hpb=ba3f171f93c522212aee15eb5ce23db4dca6e359 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f4e2356..a27d1a6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ if (NOT EMBED_DEFAULT) endif() # The following options are not for end-user consumption, so don't list them in the feature summary +option(FATAL_WARNINGS "Make compile warnings fatal (most useful for CI builds)" OFF) cmake_dependent_option(DEPLOY "Add required libs to bundle resources and create a dmg" OFF "APPLE" OFF) # List of authenticators and the cmake flags to build them