From 8b37e2d598fdda1dae6b1a8b4f23841d8d972586 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 10 Aug 2021 21:59:39 +0200 Subject: CMakeLists.txt: Add empty line below 'Options' comment. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8776cd..7d12f76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) # Options + option(ENABLE_TESTS "Enable all tests and checks" OFF) option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF) option(ENABLE_WERROR "Treat all build warnings as errors" OFF) -- cgit v1.2.3