From a3c717553ce65351303e47fe9999e6fafba5575d Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 26 Oct 2016 11:55:17 +0100 Subject: [PATCH] cmake: enable INSTALLTOOLS by default This means mraa-i2c and mraa-gpio are installed in /bin by default Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 017c9a5..fcf1bf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,7 @@ option (IPK "Generate IPK using CPack" OFF) option (RPM "Generate RPM using CPack" OFF) option (ENABLEEXAMPLES "Disable building of examples" ON) option (INSTALLGPIOTOOL "Install gpio tool" OFF) -option (INSTALLTOOLS "Install all tools" OFF) +option (INSTALLTOOLS "Install all tools" ON) option (BUILDTESTS "Override the addition of tests" ON) set (BUILDARCH "" CACHE STRING "Override architecture to build for")