Skip to content
Snippets Groups Projects
Commit 231ae4ae authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[CMakeLists.txt] Update requirement of cmake to 3.10

Include python to have python-helpers for python_install_on_site.
parent 172d479a
No related branches found
No related tags found
No related merge requests found
# Copyright 2010-2020, Florent Lamiraux, Thomas Moulard, Olivier Stasse, Guilhem # Copyright 2010-2020, Florent Lamiraux, Thomas Moulard, Olivier Stasse, Guilhem
# Saurel, JRL, CNRS/AIST, LAAS-CNRS # Saurel, JRL, CNRS/AIST, LAAS-CNRS
cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 3.10)
# Project properties # Project properties
set(PROJECT_ORG stack-of-tasks) set(PROJECT_ORG stack-of-tasks)
...@@ -21,6 +21,7 @@ set(DOXYGEN_USE_MATHJAX YES) ...@@ -21,6 +21,7 @@ set(DOXYGEN_USE_MATHJAX YES)
# JRL-cmakemodule setup # JRL-cmakemodule setup
include(cmake/base.cmake) include(cmake/base.cmake)
include(cmake/boost.cmake) include(cmake/boost.cmake)
include(cmake/python.cmake)
# Project definition # Project definition
compute_project_args(PROJECT_ARGS LANGUAGES CXX) compute_project_args(PROJECT_ARGS LANGUAGES CXX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment