Skip to content

Commit

Permalink
Merge branch 'main' into devel
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/meshlab
  • Loading branch information
alemuntoni committed Jul 18, 2024
2 parents 9716768 + 8b73465 commit a2dc650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ find_package(
message(STATUS "Searching for required components with bundled fallback")

find_package(GLEW)
find_package(Eigen3)
find_package(Eigen3 QUIET)
find_package(OpenMP)

### Build settings
Expand Down
2 changes: 1 addition & 1 deletion src/meshlab

0 comments on commit a2dc650

Please sign in to comment.