Skip to content

Commit 45fd44d

Browse files
authored
removing unnecessary code (#542)
1 parent c7b8672 commit 45fd44d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,4 @@ endif()
5353

5454
if(ADA_LOGGING)
5555
target_compile_definitions(ada PRIVATE ADA_LOGGING=1)
56-
endif()
57-
58-
if(MSVC AND BUILD_SHARED_LIBS)
59-
set(ADA_WINDOWS_DLL TRUE)
60-
endif()
56+
endif()

0 commit comments

Comments
 (0)