commit 5dec519ccea1beeccbf9b5dfcb1c36b31ec73f02
parent acbbd21f195f6096e6aa0c1b834036a098f1cd7b
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 4 Apr 2021 11:41:35 +0200
Formatting fixes in CMakeLists.txt.
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -4,22 +4,21 @@
# https://www.statdns.com
#
# Created: 2012-02-13
-# Last Updated: 2021-03-31
+# Last Updated: 2021-04-04
#
# StatZone is released under the BSD 2-Clause license
# See LICENSE file for details.
#
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.12)
-project (statzone CXX)
+project(statzone CXX)
include(CheckFunctionExists)
include(GNUInstallDirs)
# Conditional build options
-set(ENABLE_SECCOMP 0
- CACHE BOOL "Enable building with seccomp")
+set(ENABLE_SECCOMP 0 CACHE BOOL "Enable building with seccomp")
if(ENABLE_SECCOMP)
# Check if system has seccomp