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 <[email protected]>
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

Reply via email to