Skip to content

Commit

Permalink
preventing eigen from populating .cmake/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Oct 2, 2024
1 parent 5808c54 commit f7f29d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ FetchContent_Declare( eigen
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
GIT_TAG d0bfdc1658ca0b4c659fd3702c351d2c2cdc876c # 3.4.1 branch on July 26, 2023
)
# the next line prevents eigen from populating the .cmake/packages folder
set( CMAKE_EXPORT_NO_PACKAGE_REGISTRY ON )

#######################################################################
# Load dependencies
Expand Down

0 comments on commit f7f29d6

Please sign in to comment.