Skip to content

Commit

Permalink
doc(Crypto): Fix error in find_package example pocoproject#3088
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Jun 2, 2022
1 parent 91c7392 commit db0e012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/00200-GettingStarted.page
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit db0e012

Please sign in to comment.