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/03/20 16:17:09 UTC

[incubator-milagro-crypto-c] branch fix-cmake-warning created (now fdd5302)

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

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


      at fdd5302  fix cmake warning

This branch includes the following new commits:

     new fdd5302  fix cmake warning

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 cmake warning

Posted by km...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fdd5302fd4ecab130bdf6afa15702b5de4507891
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Fri Mar 20 16:16:52 2020 +0000

    fix cmake warning
---
 test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 2cf47b4..fe304ce 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -165,7 +165,7 @@ foreach(curve ${AMCL_CURVE})
     # output
     if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT DEBUG_NORM)
       amcl_curve_test(${curve} test_output_functions_${TC} test_output_functions_ZZZ.c.in amcl_pairing_${TC} "SUCCESS" "output/test_vector_${TC}_${WORD_SIZE}.txt" "stdout.out")
-    endif(CMAKE_SYSTEM_NAME MATCHES "Linux")
+    endif(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT DEBUG_NORM)
 
     ################################################
     # MPIN Tests