From a7ac46a2014143c3e2d5ec2a5c95047db0733024 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Thu, 22 Aug 2024 17:48:50 +0200 Subject: [PATCH] fix CLIC version to latest (0.12.0) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2f1975c..af0cdfbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ option(BUILD_SHARED_LIBS OFF) ## CLIc dependency -set(CLIC_REPO_TAG master) # branch name for dev +set(CLIC_REPO_TAG 0.12.0) # branch name for dev set(CLIC_REPO_URL https://github.com/clEsperanto/CLIc.git) set(BUILD_OPENCL_BACKEND ON CACHE BOOL "Build with OCL if FOUND" FORCE) set(BUILD_CUDA_BACKEND ON CACHE BOOL "Build with CUDA if FOUND" FORCE)