Skip to content

Commit

Permalink
link to CLIc master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud authored May 16, 2023
1 parent 3247ccc commit f5e9a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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()
endif()

0 comments on commit f5e9a71

Please sign in to comment.