From 45fd44da52bdad460bc02fc67d9e8b1f2a8cfc8f Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 20 Oct 2023 11:20:25 -0400 Subject: [PATCH] removing unnecessary code (#542) --- 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