From 1a20e2d703b7b175ea4b219ad72bae2422a6f9bc Mon Sep 17 00:00:00 2001 From: Nikolaos Pothitos Date: Mon, 6 Mar 2017 23:03:31 +0200 Subject: [PATCH] Use the origin-al parser's repository --- apps/XCSP3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/XCSP3/CMakeLists.txt b/apps/XCSP3/CMakeLists.txt index 40c3d8d..30d9dd4 100644 --- a/apps/XCSP3/CMakeLists.txt +++ b/apps/XCSP3/CMakeLists.txt @@ -8,7 +8,7 @@ add_subdirectory(../../core ../../core) include(ExternalProject) ExternalProject_Add(XCSP3-CPP-Parser PREFIX parser - GIT_REPOSITORY https://github.com/pothitos/XCSP3-CPP-Parser.git + GIT_REPOSITORY https://github.com/xcsp3team/XCSP3-CPP-Parser.git CONFIGURE_COMMAND "" BINARY_DIR parser/src/XCSP3-CPP-Parser/samples BUILD_COMMAND make lib