projects
/
project
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8973576
)
cmake: fix typo
author
Felix Fietkau
<nbd@nbd.name>
Tue, 21 Feb 2017 13:11:03 +0000
(14:11 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 21 Feb 2017 13:11:05 +0000
(14:11 +0100)
Fixes: fce9382b4b99 ("cmake: Check for getrandom system call")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9033493c7a3bf7db4739b3f2dc56f1476f733285..62de1d4b96480eff5e8ee9069ef9d8f130e982d9 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-17,7
+17,7
@@
IF(DEBUG)
ENDIF()
INCLUDE (CheckSymbolExists)
-CHECK_SYMBOL_EXISTS(SYS_getrandom sycall.h getrandom)
+CHECK_SYMBOL_EXISTS(SYS_getrandom sy
s
call.h getrandom)
IF(getrandom)
ADD_EXECUTABLE(getrandom getrandom.c)