Skip to content

Commit

Permalink
Merge pull request #79 from clEsperanto/main
Browse files Browse the repository at this point in the history
link to CLIc master branch
  • Loading branch information
StRigaud authored May 16, 2023
2 parents cadcbe1 + f5e9a71 commit e229f72
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 e229f72

Please sign in to comment.