Skip to content

Commit

Permalink
Fix for include path for Fortran file
Browse files Browse the repository at this point in the history
  • Loading branch information
agrigora committed Oct 24, 2014
1 parent 43336f9 commit aa34b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions LHAPDF/CMakeliblhapdf.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set ( HDRS AliStructFuncType.h)

set ( DHDR lhapdfLinkDef.h)

set_property(DIRECTORY PROPERTY INCLUDE_DIRECTORIES "")
set ( EINCLUDE LHAPDF/lhapdf5.5.1 LHAPDF/lhapdf5.5.1/include LHAPDF/lhapdf5.5.1/src)

set ( CSRCS lhapdf5.5.1/src/binreloc.c )
Expand Down
1 change: 1 addition & 0 deletions LHAPDF/CMakeliblhapdf5_9_1.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set ( HDRS AliStructFuncType.h)

set ( DHDR lhapdfLinkDef.h)

set_property(DIRECTORY PROPERTY INCLUDE_DIRECTORIES "")
set ( EINCLUDE LHAPDF/lhapdf-5.9.1 LHAPDF/lhapdf-5.9.1/include LHAPDF/lhapdf-5.9.1/src)

set ( CSRCS lhapdf-5.9.1/src/binreloc.c )
Expand Down

0 comments on commit aa34b70

Please sign in to comment.