Skip to content

Commit

Permalink
fix some cmake warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jul 18, 2024
1 parent 66dc99f commit 8b73465
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 8b73465

Please sign in to comment.