Skip to content

Commit

Permalink
Update Makefile.github_actions
Browse files Browse the repository at this point in the history
Removed a duplicate include line.
Removed a duplicate include line.
  • Loading branch information
ykempf authored Aug 22, 2024
1 parent 79c6fb7 commit d5b7bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MAKE/Makefile.github_actions
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ INC_TOPO =

# Works without but as an example: arch-specific INCLUDE paths be like this:
INC_DCCRG = -I${GITHUB_WORKSPACE}/submodules/dccrg
INC_EIGEN = -I${GITHUB_WORKSPACE}/submodules/eigen
INC_FSGRID = -I${GITHUB_WORKSPACE}/submodules/fsgrid
INC_VECTORCLASS = -isystem ${GITHUB_WORKSPACE}/submodules/vectorclass/ -isystem ${GITHUB_WORKSPACE}/submodules/vectorclass-addon/vector3d/
INC_EIGEN = -isystem ${GITHUB_WORKSPACE}/submodules/eigen/

0 comments on commit d5b7bca

Please sign in to comment.