Skip to content
Snippets Groups Projects
Verified Commit c09cce13 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: set PROJECT_COMPATIBILITY_VERSION

parent 69d2e20f
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (c) 2014-2019 CNRS # Copyright (c) 2014-2019 CNRS
# Copyright (c) 2018-2021 INRIA # Copyright (c) 2018-2022 INRIA
# #
CMAKE_MINIMUM_REQUIRED(VERSION 3.1) CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
...@@ -11,6 +11,7 @@ SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy") ...@@ -11,6 +11,7 @@ SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy")
SET(PROJECT_USE_CMAKE_EXPORT TRUE) SET(PROJECT_USE_CMAKE_EXPORT TRUE)
SET(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE) SET(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp") SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp")
SET(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)
# Check if the submodule cmake have been initialized # Check if the submodule cmake have been initialized
set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake") set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake")
......
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