Skip to content

Commit

Permalink
Remove FindEigen3 module (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 6, 2022
1 parent b3f827d commit 0287f28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
1 change: 0 additions & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ mark_as_advanced(YCM_NO_3RDPARTY)
# Useful 3rd party modules
if(NOT YCM_NO_3RDPARTY OR YCM_MAINTAINER_MODE)

include("${CMAKE_CURRENT_LIST_DIR}/eigen3.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/ovito.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/qt-gstreamer.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/cmake-wiki.cmake")
Expand Down
35 changes: 0 additions & 35 deletions 3rdparty/eigen3.cmake

This file was deleted.

7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased Minor]

### Added

* Added new find module `FindSOXR.cmake` for libsoxr (https://github.com/robotology/ycm/pull/385)

### Changed

* CMake 3.16 or later is now required (https://github.com/robotology/ycm/pull/386).
* The `CMakeRC` module is imported again from the official repository, and it no longer prints the debug message (https://github.com/robotology/ycm/pull/384).

* The :module:`CMakeRC` module is imported again from the official repository, and it no longer prints the debug message (https://github.com/robotology/ycm/pull/384).

### Removed
* Removed `FindEigen3.cmake` module (https://github.com/robotology/ycm/pull/399).

## [Unreleased Patch]

Expand Down

0 comments on commit 0287f28

Please sign in to comment.