Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 373 B view raw
1diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt 2index fb92c4d..9fa52ef 100644 3--- a/src/CMakeLists.txt 4+++ b/src/CMakeLists.txt 5@@ -31,8 +31,7 @@ include(FetchContent) 6 7 FetchContent_Declare( 8 pybind11-src 9- GIT_REPOSITORY https://github.com/pybind/pybind11.git 10- GIT_TAG v2.10.0 11+ SOURCE_DIR @pybind11_src@ 12 ) 13 FetchContent_MakeAvailable(pybind11-src) 14