Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Forgot to move the eigen submodule INC to the main Makefile
  • Loading branch information
ykempf authored Aug 22, 2024
1 parent 8b8d219 commit 0152219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif
INC_FSGRID = -I./submodules/fsgrid/
INC_DCCRG = -I./submodules/dccrg/
INC_VECTORCLASS = -I ./submodules/vectorclass/ -I ./submodules/vectorclass-addon/vector3d/
INC_EIGEN = -I ./submodules/eigen/

include MAKE/Makefile.${ARCH}

Expand Down

0 comments on commit 0152219

Please sign in to comment.