Skip to content

Commit

Permalink
Install Fortran include file generated in build directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmstrongJ committed Nov 2, 2023
1 parent 48f8b00 commit 6153500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FORTRAN/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
FILES_MATCHING PATTERN *.mod
)
install(FILES superlu_config.fh
install(FILES ${CMAKE_BINARY_DIR}/FORTRAN/superlu_config.fh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)

Expand Down

0 comments on commit 6153500

Please sign in to comment.