Skip to content

Commit

Permalink
pass CMAKE_TLS_VERIFY to scalapack
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 24, 2023
1 parent 2999c57 commit 7119fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

project(MUMPS
LANGUAGES C Fortran
VERSION 5.6.2.0
VERSION 5.6.2.1
DESCRIPTION "Sparse direct parallel solver"
HOMEPAGE_URL "http://mumps-solver.org/"
)
Expand Down
1 change: 1 addition & 0 deletions cmake/scalapack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ set(scalapack_cmake_args
-DCMAKE_Fortran_COMPILER:PATH=${CMAKE_Fortran_COMPILER}
-DBUILD_TESTING:BOOL=off
-DCMAKE_BUILD_TYPE:STRING=Release
-DCMAKE_TLS_VERIFY:BOOL=${CMAKE_TLS_VERIFY}
)

file(READ ${CMAKE_CURRENT_LIST_DIR}/libraries.json json)
Expand Down

0 comments on commit 7119fdc

Please sign in to comment.