From 36e318f3c75e6778de6c44f1c586088246c6e1a9 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 11 Apr 2024 22:41:08 -0400 Subject: [PATCH] Louvain no longer required --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75780e4..ba60bc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -454,11 +454,6 @@ message(STATUS "Arjun dynamic lib : ${ARJUN_LIBRARIES}") message(STATUS "Arjun include dirs: ${ARJUN_INCLUDE_DIRS}") find_package(sbva CONFIG REQUIRED) -find_package(louvain_communities CONFIG REQUIRED) -message(STATUS "Found Louvain Communities library") -message(STATUS "Louvain Communities dynamic lib: ${LOUVAIN_COMMUNITIES_LIBRARIES}") -message(STATUS "Louvain Communities include dirs: ${LOUVAIN_COMMUNITIES_INCLUDE_DIRS}") - # ----------------------------------------------------------------------------- # Provide an export name to be used by targets that wish to export themselves. # -----------------------------------------------------------------------------