You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2020/12/02 09:12:04 UTC

[incubator-milagro-crypto-c] 01/01: fix typo

This is an automated email from the ASF dual-hosted git repository.

kmccusker pushed a commit to branch fix-typo
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit 09b51fe2dc36b45d6f7d3752c26c040e5be977b0
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Wed Dec 2 09:11:41 2020 +0000

    fix typo
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 01a2524..a1a366f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -332,7 +332,7 @@ if(BUILD_PAILLIER)
 
   target_include_directories(amcl_paillier PUBLIC
     $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>
-    $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/incldue>
+    $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
     $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
   )