Skip to content

Commit

Permalink
Reference the github page that provided the CMakeLists.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
dstoup committed Apr 13, 2021
1 parent 39e46f7 commit 3de9b6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Patches/SuiteSparse/Patch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ if (BUILD_CXSPARSE_ONLY)
DESTINATION ${SuiteSparse_source}/CMakeLists.txt
)
else()

# The following CMakeLists.txt files come from:
# https://github.com/jlblancoc/suitesparse-metis-for-windows. It was written for a
# newer version of SuiteSparse so some modification was required. Ideally, we
# will update our version of SuiteSparse to match the provided CMake files.

# Main SuiteSparse CMakeLists.txt
file(COPY ${SuiteSparse_patch}/CMakeLists.txt
DESTINATION ${SuiteSparse_source}
Expand Down

0 comments on commit 3de9b6f

Please sign in to comment.