Move cmake includes required by SelectRTBackend
[umurmur.git] / cmake / Modules / SelectRTBackend.cmake
index 0f2b07e1bc05dbe35702d913da14af07d0d6a31e..1ea6e60f15988d923a271ed0dd2c8b897fac96bd 100644 (file)
@@ -1,3 +1,6 @@
+include(CheckLibraryExists)
+include(CheckFunctionExists)
+
 function(SelectRTBackend)
   check_library_exists(rt clock_gettime "time.h" HAVE_CLOCK_GETTIME_RT)