Skip to content

Commit

Permalink
Rename the FindLINK to FindLINKH
Browse files Browse the repository at this point in the history
Then it seems to work properly on macOS.
  • Loading branch information
certik committed Aug 26, 2020
1 parent e3795ea commit c686b43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if (WITH_STACKTRACE)
set(WITH_EXECINFO yes)
endif ()
find_package(BFD REQUIRED)
find_package(LINK REQUIRED)
find_package(LINKH REQUIRED)
set(HAVE_LFORTRAN_BFD yes)
set(HAVE_LFORTRAN_LINK yes)
set(HAVE_LFORTRAN_STACKTRACE yes)
Expand Down
File renamed without changes.

0 comments on commit c686b43

Please sign in to comment.