From d33488a8e708d87c53b08029f192d9aa3c3826c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MOTTELET?= Date: Fri, 18 Nov 2022 14:45:56 +0100 Subject: [PATCH] Update CMakeLists.txt The Recovery functions were not built because of the wrong extension (.h instead of .cpp) --- build/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 6c171c9..f50ee51 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -98,7 +98,7 @@ file(GLOB SOURCES ${COLPACK_ROOT_DIR}/src/BipartiteGraphBicoloring/*.cpp ${COLPACK_ROOT_DIR}/src/BipartiteGraphPartialColoring/*.cpp ${COLPACK_ROOT_DIR}/src/GeneralGraphColoring/*.cpp - ${COLPACK_ROOT_DIR}/src/Recovery/*.h + ${COLPACK_ROOT_DIR}/src/Recovery/*.cpp ${COLPACK_ROOT_DIR}/src/SMPGC/*.cpp) #${COLPACK_ROOT_DIR}/src/PartialD2SMPGC/*.cpp)