blob: 16e97c2436714ae0fa8a56e154ceced3756d907d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97f0fe6..8c78f85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -171,8 +171,7 @@ if(TOKENIZERS_BUILD_PYTHON)
include(FetchContent)
FetchContent_Declare(
pybind11
- GIT_REPOSITORY https://github.com/pybind/pybind11.git
- GIT_TAG v2.13.6
+ URL @pybind11@
)
FetchContent_MakeAvailable(pybind11)
|