Skip to content

Commit

Permalink
fix CLIC version to latest (0.12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Aug 22, 2024
1 parent 0d431ff commit a7ac46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a7ac46a

Please sign in to comment.