projects
/
project
/
firmware-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f730ad2
)
firmware-utils: fix typo in error message when no OpenSSL library found
author
Míguel Ángel Mulero Martínez
<migmul@gmail.com>
Thu, 1 Jun 2023 13:30:29 +0000
(15:30 +0200)
committer
Rafał Miłecki
<rafal@milecki.pl>
Thu, 22 Jun 2023 10:45:05 +0000
(12:45 +0200)
Simply fix a typo in the error message: librry -> library
Signed-off-by: Míguel Ángel Mulero Martínez <migmul@gmail.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 31e0a062acd12c6f3033d7715e42377326632976..41c8da44bc68c98a22eac36bc472e575f65415ca 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-10,7
+10,7
@@
IF(NOT ZLIB_FOUND)
ENDIF()
IF(NOT OPENSSL_FOUND)
- MESSAGE(FATAL_ERROR "Unable to find OpenSSL librry.")
+ MESSAGE(FATAL_ERROR "Unable to find OpenSSL libr
a
ry.")
ENDIF()
ADD_DEFINITIONS(-Wall -Wno-unused-parameter)