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:03 UTC

[incubator-milagro-crypto-c] branch fix-typo created (now 09b51fe)

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

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


      at 09b51fe  fix typo

This branch includes the following new commits:

     new 09b51fe  fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by km...@apache.org.
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}>
   )