From 96091ac1f3b71a423b8fb4ac6122c86465f5c3c7 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 8 Apr 2021 08:13:35 -0400 Subject: [PATCH] Defualt wiringpi to OFF --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96e410d..9a265b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ ADD_CUSTOM_COMMAND(OUTPUT cables.h INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) -option(USE_WIRINGPI "Use WiringPi" ON) +option(USE_WIRINGPI "Use WiringPi" OFF) if(USE_WIRINGPI) set (CONDITIONAL_FILES ${CONDITIONAL_FILES} "iomatrixcreator.cpp" "iomatrixvoice.cpp" "iowiringpi.cpp")