Skip to content

Commit 77bfcb9

Browse files
committed
Updating PTL dependency
1 parent 4d2a07b commit 77bfcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ list(APPEND DEPENDECIES_JSON "\"isptr\": \"pkg:github/${ISPTR_REPO}@${ISPTR_VER}
4646
#################################################
4747

4848
set(PTL_REPO gershnik/ptl)
49-
set(PTL_VER 64a10e070ce185aa098c4f48bc124ee1648fc3df)
49+
set(PTL_VER v1.5)
5050
FetchContent_Declare(ptl
5151
GIT_REPOSITORY https://github.com/${PTL_REPO}.git
5252
GIT_TAG ${PTL_VER}

0 commit comments

Comments
 (0)