Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud authored May 22, 2023
1 parent 011b404 commit 1ff0fc9
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 @@ -40,7 +40,7 @@ option(BUILD_BENCHMARK OFF)
FetchContent_Declare(
CLIc_lib
GIT_REPOSITORY https://github.com/clEsperanto/CLIc_prototype.git
GIT_TAG master #${CLIC_VERSION}
GIT_TAG ${CLIC_VERSION}
)
FetchContent_MakeAvailable(CLIc_lib)

Expand Down

0 comments on commit 1ff0fc9

Please sign in to comment.