From 01984c64673fd4236877ca86cb568db2b69ad0a6 Mon Sep 17 00:00:00 2001 From: Hual Date: Fri, 1 Dec 2023 15:38:30 +0200 Subject: [PATCH] Fix build --- Server/Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Source/CMakeLists.txt b/Server/Source/CMakeLists.txt index f2df4b459..e74713bce 100644 --- a/Server/Source/CMakeLists.txt +++ b/Server/Source/CMakeLists.txt @@ -43,7 +43,7 @@ else() endif() if(UNIX AND NOT SHARED_OPENSSL) - target_compile_definitions(SERVER PRIVATE OMP_STATIC_OPENSSL) + target_compile_definitions(Server PRIVATE OMP_STATIC_OPENSSL) endif() target_compile_definitions(Server PRIVATE