We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2a07b commit 77bfcb9Copy full SHA for 77bfcb9
cmake/dependencies.cmake
@@ -46,7 +46,7 @@ list(APPEND DEPENDECIES_JSON "\"isptr\": \"pkg:github/${ISPTR_REPO}@${ISPTR_VER}
46
#################################################
47
48
set(PTL_REPO gershnik/ptl)
49
-set(PTL_VER 64a10e070ce185aa098c4f48bc124ee1648fc3df)
+set(PTL_VER v1.5)
50
FetchContent_Declare(ptl
51
GIT_REPOSITORY https://github.com/${PTL_REPO}.git
52
GIT_TAG ${PTL_VER}
0 commit comments