From 52c1e57e8ce894c149411472a79bd92585fc7e95 Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Wed, 24 Apr 2024 17:38:22 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4480e6b5..a08a308d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,6 +333,7 @@ endif() if (ENABLE_SM4_CL) message(STATUS "ENABLE_SM4_CL is ON") + add_definitions(-DENABLE_SM4_CL) if (CMAKE_SYSTEM_NAME STREQUAL "Darwin") add_definitions(-DMACOS) # to include endif()