Skip to content

Commit d8d0337

Browse files
Add find_package for eigen
1 parent 508e45f commit d8d0337

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ cet_report_compiler_flags(REPORT_THRESHOLD VERBOSE)
4040

4141
# these are minimum required versions, not the actual product versions
4242
find_package( art REQUIRED )
43+
find_package( Eigen3 REQUIRED)
4344
find_package( messagefacility REQUIRED )
4445
find_package( art_root_io REQUIRED )
4546
find_package( nusimdata REQUIRED )

0 commit comments

Comments
 (0)