From 108897d849b088817bdd6a2b6caa69f9c60aeca6 Mon Sep 17 00:00:00 2001 From: Jochen Martin Eppler Date: Thu, 13 Apr 2023 15:59:55 +0200 Subject: [PATCH] Remove libraries that were removed in #2655 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27ce24a140..b64057f8cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -281,9 +281,7 @@ endforeach () # libraries required to link extension modules set( MODULE_LINK_LIBS - "-lnestutil" "-lsli" - "-lnestkernel" "${OpenMP_CXX_FLAGS}" "${LTDL_LIBRARIES}" "${READLINE_LIBRARIES}"