X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=CMakeLists.txt;h=9a089951764995f7cefe1d8f78f28463a4896412;hp=5ece93ee3512b85fd0697d8e2c7bf33c809484b6;hb=ef87016c1b879f753c2832d5eba154780b1f8e72;hpb=9507bfc84616cd213d561815ae4a2a23064185fe 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)