Skip to content

Commit

Permalink
removing unnecessary code (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Oct 20, 2023
1 parent c7b8672 commit 45fd44d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 45fd44d

Please sign in to comment.