From 923384025ae4d6d351a9d95d351158873da5582c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 6 Apr 2023 14:39:21 +0200 Subject: [PATCH] cmake/libantelopeConfig.cmake.in: fix a typo in the documentation. --- cmake/libantelopeConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/libantelopeConfig.cmake.in b/cmake/libantelopeConfig.cmake.in index fcb6456..5250615 100644 --- a/cmake/libantelopeConfig.cmake.in +++ b/cmake/libantelopeConfig.cmake.in @@ -8,7 +8,7 @@ # find_package(libantelope 0.1) # any 0.1.x, but the library is optional. # find_package(libeantelope 0.1.0) # 0.1.0 or greater, but the library is optional. # -# Then you just link the you target with eoskeygen target: +# Then you just link the you target with libantelope target: # # target_link_libraries( ${PROGRAM_EXE} PUBLIC libantelope ) #