We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5d81e commit 5ed41eeCopy full SHA for 5ed41ee
FORTRAN/CMakeLists.txt
100644
100755
@@ -55,11 +55,9 @@ if (BUILD_STATIC_LIBS)
55
)
56
endif()
57
58
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/
59
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
60
- FILES_MATCHING PATTERN *.mod
61
- )
62
-install(FILES superlu_dist_config.fh
+install(FILES superlu_dist_config.fh
+ ${CMAKE_CURRENT_BINARY_DIR}/superlu_mod.mod
+ ${CMAKE_CURRENT_BINARY_DIR}/superlupara_mod.mod
63
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
64
65
0 commit comments