File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.6 )
1+ cmake_minimum_required (VERSION 3.0 )
22
33project (libbarrett)
44set (libbarrett_VERSION_MAJOR 3)
@@ -22,8 +22,8 @@ set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules/")
2222option (BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON )
2323option (OPTIMIZE_FOR_PROCESSOR "Set to ON to build binaries that are optimized for this specific computer and can't be copied to other machines" OFF )
2424option (WITH_PYTHON "Set to ON to build Python bindings for libbarrett" ON )
25- option (INSTALL_EXAMPLES "Set to ON to copy libbarrett example programs to the current user's home folder when the library is installed" ON )
26- option (INSTALL_SANDBOX "Set to ON to copy libbarrett sandbox programs to the current user's home folder when the library is installed" ON )
25+ option (INSTALL_EXAMPLES "Set to ON to copy libbarrett example programs to the current user's home folder when the library is installed" OFF )
26+ option (INSTALL_SANDBOX "Set to ON to copy libbarrett sandbox programs to the current user's home folder when the library is installed" OFF )
2727option (CONFIG_PACKAGE "Set to ON to set up CPACK variables necessary for packaging" OFF )
2828option (CONFIG_DEBIAN "Set to ON to copy standard barrett-config.cmake, required for Debian packaging" OFF )
2929
@@ -118,8 +118,8 @@ set(exported_link_dirs ${exported_link_dirs} ${Boost_LIBRARY_DIRS})
118118
119119## Eigen3
120120find_package (Eigen3 REQUIRED )
121- include_directories (${Eigen_INCLUDE_DIRS } )
122- set (exported_include_dirs ${exported_include_dirs} ${Eigen_INCLUDE_DIRS } )
121+ include_directories (${EIGEN_INCLUDE_DIRS } )
122+ set (exported_include_dirs ${exported_include_dirs} ${EIGEN_INCLUDE_DIRS } )
123123
124124
125125## curses
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.6 )
1+ cmake_minimum_required (VERSION 3.0 )
22project (libbarrett_examples)
33
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.6 )
1+ cmake_minimum_required (VERSION 3.0 )
22project (libbarrett_sandbox)
33
44
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.6 )
1+ cmake_minimum_required (VERSION 3.0 )
22project (feather_touch)
33
44## libbarrett
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.6 )
1+ cmake_minimum_required (VERSION 3.0 )
22project (teach_and_play)
33
44## libbarrett
You can’t perform that action at this time.
0 commit comments