Move cmake includes required by SelectRTBackend
[umurmur.git] / CMakeLists.txt
index 5ece93ee3512b85fd0697d8e2c7bf33c809484b6..9a089951764995f7cefe1d8f78f28463a4896412 100644 (file)
@@ -10,8 +10,6 @@ if(NOT CMAKE_BUILD_TYPE)
   set(CMAKE_BUILD_TYPE Release CACHE STRING "The type of build product that should be produced." FORCE)
 endif()
 
-include(CheckLibraryExists)
-include(CheckFunctionExists)
 include(SelectTLSBackend)
 include(SelectRTBackend)