From 69459780695b7dbd95e2cce2316c3dcc33da1efe Mon Sep 17 00:00:00 2001 From: Pooja Babu Date: Thu, 27 Apr 2023 11:49:30 +0200 Subject: [PATCH] Add libnest to the list of libraries to link extension modules --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b64057f8cf..666b4cf331 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -281,6 +281,7 @@ endforeach () # libraries required to link extension modules set( MODULE_LINK_LIBS + "-lnest" "-lsli" "${OpenMP_CXX_FLAGS}" "${LTDL_LIBRARIES}"