cmake: enable INSTALLTOOLS by default
This means mraa-i2c and mraa-gpio are installed in <prefix>/bin by default Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -138,7 +138,7 @@ option (IPK "Generate IPK using CPack" OFF)
|
|||||||
option (RPM "Generate RPM using CPack" OFF)
|
option (RPM "Generate RPM using CPack" OFF)
|
||||||
option (ENABLEEXAMPLES "Disable building of examples" ON)
|
option (ENABLEEXAMPLES "Disable building of examples" ON)
|
||||||
option (INSTALLGPIOTOOL "Install gpio tool" OFF)
|
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)
|
option (BUILDTESTS "Override the addition of tests" ON)
|
||||||
|
|
||||||
set (BUILDARCH "" CACHE STRING "Override architecture to build for")
|
set (BUILDARCH "" CACHE STRING "Override architecture to build for")
|
||||||
|
|||||||
Reference in New Issue
Block a user