From 3eebeaf33f11dce13ccf341a63073cddf2306a9d Mon Sep 17 00:00:00 2001 From: tpietzsch Date: Sat, 28 Sep 2024 13:59:16 +0200 Subject: [PATCH] Bump to CLIc version 0.13.0 --- native/clesperantoj/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/clesperantoj/CMakeLists.txt b/native/clesperantoj/CMakeLists.txt index 575c52f..24729d6 100644 --- a/native/clesperantoj/CMakeLists.txt +++ b/native/clesperantoj/CMakeLists.txt @@ -22,7 +22,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) # Export all symbols for shared library option(BUILD_TESTING OFF) option(BUILD_BENCHMARK OFF) option(BUILD_SHARED_LIBS ON) -set(CLIC_REPO_TAG 0.12.1) # branch name for dev +set(CLIC_REPO_TAG 0.13.0) # branch name for dev set(CLIC_REPO_URL https://github.com/clEsperanto/CLIc_prototype.git) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/clic)