Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix ChooseBlas.cmake for CMake build dir name (#20072)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosal authored Jun 2, 2021
1 parent 90aaca3 commit a6fdc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ChooseBlas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set(FORTRAN_DIR \\\"\$\{CMAKE_Fortran_IMPLICIT_LINK_DIRECTORIES\}\\\")
COMMAND ${CMAKE_COMMAND} .
)
set(FORTRAN_DIR "")
include(build/temp/FortranDir.cmake)
include(${CMAKE_CURRENT_BINARY_DIR}/temp/FortranDir.cmake)
find_library(FORTRAN_LIB NAMES gfortran HINTS ${FORTRAN_DIR})
message("FORTRAN_DIR is ${FORTRAN_DIR}")
message("FORTRAN_LIB is ${FORTRAN_LIB}")
Expand Down

0 comments on commit a6fdc7a

Please sign in to comment.