From be1cc95e3882ff11c178616e01d80c6791dbdcb6 Mon Sep 17 00:00:00 2001 From: reeceneffpnnl Date: Thu, 15 Jun 2023 15:33:38 -0700 Subject: [PATCH] Removed redundant IO_HEADERS redefinition --- BasicCommunitiesDetection/CMakeLists.txt | 3 --- Coloring/CMakeLists.txt | 3 --- FullSyncOptimization/CMakeLists.txt | 3 --- InputsOutput/CMakeLists.txt | 3 --- Utility/CMakeLists.txt | 3 --- 5 files changed, 15 deletions(-) diff --git a/BasicCommunitiesDetection/CMakeLists.txt b/BasicCommunitiesDetection/CMakeLists.txt index b1e993b..49d7e34 100644 --- a/BasicCommunitiesDetection/CMakeLists.txt +++ b/BasicCommunitiesDetection/CMakeLists.txt @@ -1,8 +1,5 @@ # grappolo -set( IO_HEADERS - ${CMAKE_SOURCE_DIR}/DefineStructure -) set( COFOLDER_SRC ${CMAKE_SOURCE_DIR}/${COFOLDER}/parallelLouvainMethodApprox-2.cpp diff --git a/Coloring/CMakeLists.txt b/Coloring/CMakeLists.txt index 019de48..f17989f 100644 --- a/Coloring/CMakeLists.txt +++ b/Coloring/CMakeLists.txt @@ -1,8 +1,5 @@ # grappolo -set( IO_HEADERS - ${CMAKE_SOURCE_DIR}/DefineStructure -) set( CLFOLDER_SRC ${CMAKE_SOURCE_DIR}/${CLFOLDER}/coloringDistanceOne.cpp diff --git a/FullSyncOptimization/CMakeLists.txt b/FullSyncOptimization/CMakeLists.txt index 4d58d35..89d2768 100644 --- a/FullSyncOptimization/CMakeLists.txt +++ b/FullSyncOptimization/CMakeLists.txt @@ -1,8 +1,5 @@ # grappolo -set( IO_HEADERS - ${CMAKE_SOURCE_DIR}/DefineStructure -) set( FSFOLDER_SRC ${CMAKE_SOURCE_DIR}/${FSFOLDER}/fullSyncUtility.cpp diff --git a/InputsOutput/CMakeLists.txt b/InputsOutput/CMakeLists.txt index 7a1ac38..06f14fb 100644 --- a/InputsOutput/CMakeLists.txt +++ b/InputsOutput/CMakeLists.txt @@ -1,8 +1,5 @@ # grappolo -set( IO_HEADERS - ${CMAKE_SOURCE_DIR}/DefineStructure -) set( IOFOLDER_SRC ${CMAKE_SOURCE_DIR}/${IOFOLDER}/loadBinary.cpp diff --git a/Utility/CMakeLists.txt b/Utility/CMakeLists.txt index 5c2712b..c661e90 100644 --- a/Utility/CMakeLists.txt +++ b/Utility/CMakeLists.txt @@ -1,8 +1,5 @@ # grappolo -set( IO_HEADERS - ${CMAKE_SOURCE_DIR}/DefineStructure -) set( UTFOLDER_SRC ${CMAKE_SOURCE_DIR}/${UTFOLDER}/buildNextPhase.cpp