mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
doc(Crypto): Fix error in find_package example #3088
This commit is contained in:
parent
91c7392ec6
commit
db0e012f3f
@ -461,7 +461,7 @@ or
|
||||
|
||||
To use POCO C++ Libraries in your cmake project, add following line in your project for example to use crypto:
|
||||
|
||||
find_package(Poco REQUIRED PocoCrypto)
|
||||
find_package(Poco REQUIRED Crypto)
|
||||
....
|
||||
target_link_libraries(yourTargetName ... Poco::Crypto)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user