projects
/
oweals
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a75c310
)
cmake: fix libcrypt test
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 26 Feb 2015 15:34:31 +0000
(16:34 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 26 Feb 2015 15:34:31 +0000
(16:34 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 4cef7d6ab67558191e451c9c77e60d6173ecef90..f1e283daf69589cf0995a7b494295c0053266be9 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-23,7
+23,7
@@
ENDIF()
FIND_LIBRARY(json NAMES json-c json)
FIND_LIBRARY(crypt NAMES crypt)
-IF(crypt STREQUAL "
LIBS
-NOTFOUND")
+IF(crypt STREQUAL "
crypt
-NOTFOUND")
SET(crypt "")
ENDIF()