From 5af4dfae3c89f53c62ff517bc840cd24e3ecc7c6 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 20 Oct 2023 11:08:15 -0400 Subject: [PATCH] removing unnecessary code --- src/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 617481069..817c4b170 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -53,8 +53,4 @@ endif() if(ADA_LOGGING) target_compile_definitions(ada PRIVATE ADA_LOGGING=1) -endif() - -if(MSVC AND BUILD_SHARED_LIBS) - set(ADA_WINDOWS_DLL TRUE) -endif() +endif() \ No newline at end of file