From 1ff0fc952be04e62ba96ffecd763def54f598512 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Mon, 22 May 2023 13:04:43 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 012ff2b4..729357b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ option(BUILD_BENCHMARK OFF) FetchContent_Declare( CLIc_lib GIT_REPOSITORY https://github.com/clEsperanto/CLIc_prototype.git - GIT_TAG master #${CLIC_VERSION} + GIT_TAG ${CLIC_VERSION} ) FetchContent_MakeAvailable(CLIc_lib)