Skip to content

Commit

Permalink
Merge pull request #2718 from pnbabu/fix_mac_build
Browse files Browse the repository at this point in the history
Add `-lnest` to the list of libraries to link extension modules
  • Loading branch information
jougs authored Apr 27, 2023
2 parents 813bf78 + 6945978 commit e3930e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ endforeach ()

# libraries required to link extension modules
set( MODULE_LINK_LIBS
"-lnest"
"-lsli"
"${OpenMP_CXX_FLAGS}"
"${LTDL_LIBRARIES}"
Expand Down

0 comments on commit e3930e8

Please sign in to comment.