--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -23,12 +23,7 @@
 # # # # sol2 tests
 
 # # Dependencies
-FetchContent_Declare(
-	Catch2
-	GIT_REPOSITORY https://github.com/catchorg/Catch2.git
-	GIT_TAG devel
-)
-FetchContent_MakeAvailable(Catch2)
+find_package(Catch2 REQUIRED)
 
 function(sol2_add_test_properties target-name)
 	target_link_libraries(${target-name}