From 4071750771939bf4e0f42754c6f9d404393bc39b Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Thu, 4 Feb 2021 16:39:27 +0200 Subject: [PATCH] Use my fork of vcglib --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30f6fae..1209bb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ add_subdirectory(${DLIB_SOURCE_DIR}) ##vcglib devel branch download_project(PROJ vcglib_devel - GIT_REPOSITORY https://github.com/cnr-isti-vclab/vcglib.git + GIT_REPOSITORY https://github.com/IasonManolas/vcglib.git GIT_TAG devel PREFIX ${CMAKE_CURRENT_SOURCE_DIR}/build/external/ ${UPDATE_DISCONNECTED_IF_AVAILABLE}