Skip to content

Commit fc2a169

Browse files
authored
Merge pull request #569 from SBNSoftware/bugfix/eigen_patch
Add find_package for eigen
2 parents 0da11c7 + 1b70064 commit fc2a169

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)