From 89ecbf1e0c7a1eb810cd20db4f8c638c4b6e10eb Mon Sep 17 00:00:00 2001 From: johan Date: Sun, 9 Mar 2014 12:09:17 +0100 Subject: [PATCH] Change tinkerforge support default to ON, because no external libraries are needed Former-commit-id: 5901c9405e3ea69bde5ab273806e6d9f13060b65 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8a7f674..4f4ff4f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV}) option(ENABLE_V4L2 "Enable the V4L2 grabber" ON) message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2}) -option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" OFF) +option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" ON) message(STATUS "ENABLE_TINKERFORGE = " ${ENABLE_TINKERFORGE}) # Createt the configuration file