Skip to content

Commit

Permalink
Quieter eigen cmake messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Mar 17, 2020
1 parent c4c4daf commit e2fc752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Eigen3)
find_package(Eigen3 QUIET)

# examples:
MACRO(DEFINE_EXAMPLE _NAME)
Expand All @@ -22,4 +22,3 @@ IF(EIGEN3_FOUND)
DEFINE_EXAMPLE(matrix_example)
target_include_directories (matrix_example PRIVATE ${EIGEN3_INCLUDE_DIR})
ENDIF()

0 comments on commit e2fc752

Please sign in to comment.