From f5e9a71dea69c113a059831f93a171980c40e8f8 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Tue, 16 May 2023 12:06:00 +0200 Subject: [PATCH] link to CLIc master branch --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 882388a6..012ff2b4 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 improve-custom-kernel-call #${CLIC_VERSION} + GIT_TAG master #${CLIC_VERSION} ) FetchContent_MakeAvailable(CLIc_lib) @@ -85,4 +85,4 @@ else() set_target_properties(${CY_PACKAGE_NAME} PROPERTIES INSTALL_RPATH "$ORIGIN/${CMAKE_INSTALL_LIBDIR}:$ORIGIN/../lib:${CMAKE_PREFIX_PATH}/lib" INSTALL_RPATH_USE_LINK_PATH TRUE) -endif() \ No newline at end of file +endif()