1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index d1dd25d..96abc65 100644
5 @@ -21,23 +21,20 @@ include(${CMAKE_INSTALL_PREFIX}/share/cmake/pybind11/pybind11Config.cmake)
9 - GIT_REPOSITORY https://github.com/pybind/pybind11.git
11 + SOURCE_DIR @pybind11_src@
13 FetchContent_MakeAvailable(pybind11-src)
18 - GIT_REPOSITORY https://github.com/jarro2783/cxxopts.git
20 + SOURCE_DIR @cxxopts@
22 FetchContent_MakeAvailable(cxxopts)
26 - GIT_REPOSITORY https://github.com/gulrak/filesystem.git
28 + SOURCE_DIR @ghc_filesystem@
30 FetchContent_MakeAvailable(gulrak)
32 @@ -150,8 +147,7 @@ ENDIF()
36 - GIT_REPOSITORY https://github.com/catchorg/Catch2.git
38 + SOURCE_DIR @catch2_src@
40 FetchContent_MakeAvailable(Catch2)