Skip to content

Commit

Permalink
use message STATUS for Eigen version report
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer authored Feb 22, 2024
1 parent f567822 commit 87c37b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cmake_findExternalLibs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ find_package(BZip2 REQUIRED)
# creates Eigen3::Eigen3 package
find_package(Eigen3 3.4.0 REQUIRED)
if(TARGET Eigen3::Eigen)
message("Eigen version found: ${Eigen3_VERSION}")
message(STATUS "Eigen version found: ${Eigen3_VERSION}")
endif(TARGET Eigen3::Eigen)

#------------------------------------------------------------------------------
Expand Down

0 comments on commit 87c37b6

Please sign in to comment.