X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=CMakeLists.txt;h=9a089951764995f7cefe1d8f78f28463a4896412;hp=5ece93ee3512b85fd0697d8e2c7bf33c809484b6;hb=dd54dea0e09b2011f253230647a17cf2626d00f5;hpb=046935044fe8d2dce3540ad0c385d30edec1f4bf diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ece93e..9a08995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)