File tree Expand file tree Collapse file tree 7 files changed +9
-124
lines changed Expand file tree Collapse file tree 7 files changed +9
-124
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.6 )
1
+ cmake_minimum_required (VERSION 3.0 )
2
2
3
3
project (libbarrett )
4
4
set (libbarrett_VERSION_MAJOR 3 )
@@ -22,8 +22,8 @@ set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules/")
22
22
option (BUILD_SHARED_LIBS "Set to OFF to build static libraries" ON )
23
23
option (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 )
24
24
option (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 )
27
27
option (CONFIG_PACKAGE "Set to ON to set up CPACK variables necessary for packaging" OFF )
28
28
option (CONFIG_DEBIAN "Set to ON to copy standard barrett-config.cmake, required for Debian packaging" OFF )
29
29
@@ -118,8 +118,8 @@ set(exported_link_dirs ${exported_link_dirs} ${Boost_LIBRARY_DIRS})
118
118
119
119
## Eigen3
120
120
find_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 } )
123
123
124
124
125
125
## 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 )
2
2
project (libbarrett_examples )
3
3
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.6 )
1
+ cmake_minimum_required (VERSION 3.0 )
2
2
project (libbarrett_sandbox )
3
3
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.6 )
1
+ cmake_minimum_required (VERSION 3.0 )
2
2
project (feather_touch )
3
3
4
4
## 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 )
2
2
project (teach_and_play )
3
3
4
4
## libbarrett
You can’t perform that action at this time.
0 commit comments