Skip to content

Commit

Permalink
Merge branch 'linkh' into 'master'
Browse files Browse the repository at this point in the history
Rename the FindLINK to FindLINKH

See merge request lfortran/lfortran!526
  • Loading branch information
certik committed Aug 26, 2020
2 parents e3795ea + c686b43 commit 65fc9f2
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 65fc9f2

Please sign in to comment.