Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 5901c94

Browse files
committed
Change tinkerforge support default to ON, because no external libraries are needed
1 parent 4763dcd commit 5901c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV})
1616
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
1717
message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2})
1818

19-
option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" OFF)
19+
option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" ON)
2020
message(STATUS "ENABLE_TINKERFORGE = " ${ENABLE_TINKERFORGE})
2121

2222
# Createt the configuration file

0 commit comments

Comments
 (0)