Skip to content
Snippets Groups Projects

Added cx_c_warnings_as_errors and cx_cxx_warnings_as_errors functions (closes #23)

Merged Ed Maros requested to merge ed-maros/igwn-cmake:23-compiler-warnings-as-errors into master
9 files
+ 96
6
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -2,7 +2,7 @@
# -*- mode: cmake -*-
#
#------------------------------------------------------------------------
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
set( MODULE_SOURCES
Archive.cmake
Loading