diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-10 21:59:39 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-10 21:59:39 +0200 |
commit | 8b37e2d598fdda1dae6b1a8b4f23841d8d972586 (patch) | |
tree | 415affbfa3c087751fb0417f82534d7618672c39 | |
parent | 0cff15b59fc55128f0ef70370c5285cce3a02a1d (diff) | |
download | ayatana-ido-8b37e2d598fdda1dae6b1a8b4f23841d8d972586.tar.gz ayatana-ido-8b37e2d598fdda1dae6b1a8b4f23841d8d972586.tar.bz2 ayatana-ido-8b37e2d598fdda1dae6b1a8b4f23841d8d972586.zip |
CMakeLists.txt: Add empty line below 'Options' comment.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |