mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 09:57:46 +00:00
11 lines
467 B
Diff
11 lines
467 B
Diff
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -99,7 +99,6 @@ check_function_exists(_strtoi64 HAVE__STRTOI64)
|
||
|
check_function_exists(_strtoui64 HAVE__STRTOUI64)
|
||
|
check_function_exists(_unlink HAVE__UNLINK)
|
||
|
check_function_exists(arc4random HAVE_ARC4RANDOM)
|
||
|
-check_function_exists(clonefile HAVE_CLONEFILE)
|
||
|
check_function_exists(explicit_bzero HAVE_EXPLICIT_BZERO)
|
||
|
check_function_exists(explicit_memset HAVE_EXPLICIT_MEMSET)
|
||
|
check_function_exists(fchmod HAVE_FCHMOD)
|