From 677376795f4e8bfdf6911898a97d39e2912193a0 Mon Sep 17 00:00:00 2001 From: Henk Kalkwater Date: Mon, 28 Dec 2020 16:43:09 +0100 Subject: [PATCH] Add option --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc7083b..5fef462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.0) project(kerstezel-klant) +option(SPOOF "Spoof interactions with the BCM2835 library (allows building on non-raspberry pi devices" OFF) + if (MSVC) add_compile_options(/W4 /WX) else()