We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d2e20 commit c09cce1Copy full SHA for c09cce1
CMakeLists.txt
@@ -1,6 +1,6 @@
1
#
2
# Copyright (c) 2014-2019 CNRS
3
-# Copyright (c) 2018-2021 INRIA
+# Copyright (c) 2018-2022 INRIA
4
5
6
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
@@ -11,6 +11,7 @@ SET(PROJECT_URL "http://github.com/stack-of-tasks/eigenpy")
11
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
12
SET(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
13
SET(PROJECT_CUSTOM_HEADER_EXTENSION "hpp")
14
+SET(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)
15
16
# Check if the submodule cmake have been initialized
17
set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake")
0 commit comments