Skip to content

Commit e3382c1

Browse files
authored
Merge pull request #573 from nim65s/cmake
sync submodule
2 parents 336d93f + 54e2268 commit e3382c1

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ else()
2828
TARGET jrl-cmakemodules::jrl-cmakemodules
2929
PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
3030
message(STATUS "JRL cmakemodules found on system at ${JRL_CMAKE_MODULES}")
31-
elseif(${CMAKE_VERSION} VERSION_LESS "3.14.0")
32-
message(
33-
FATAL_ERROR
34-
"\nCan't find jrl-cmakemodules. Please either:\n"
35-
" - use git submodule: 'git submodule update --init'\n"
36-
" - or install https://github.com/jrl-umi3218/jrl-cmakemodules\n"
37-
" - or upgrade your CMake version to >= 3.14 to allow automatic fetching\n"
38-
)
3931
else()
4032
message(STATUS "JRL cmakemodules not found. Let's fetch it.")
4133
include(FetchContent)
@@ -443,9 +435,6 @@ install(
443435
add_header_group(${PROJECT_NAME}_HEADERS)
444436
add_source_group(${PROJECT_NAME}_SOURCES)
445437

446-
# Install package for ROS
447-
install(FILES package.xml DESTINATION share/eigenpy)
448-
449438
# ----------------------------------------------------
450439
# --- PYTHON LIBRARY ---------------------------------
451440
# ----------------------------------------------------

0 commit comments

Comments
 (0)