From cd7c6c91805813f5cec99f0aac4468f0a959d1e6 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 9 Jul 2025 16:18:14 +0800 Subject: [PATCH] Fix incorrect `GKRAND` macro to match `USE_GKRAND` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a9a694..1ac888b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC $<$>:NDEBUG> $<$>:NDEBUG2> $<$:DEBUG> - $<$:GKRAND> + $<$:USE_GKRAND> $<$:NO_X86> )