Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FindEigen3 module #399

Merged
merged 3 commits into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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