Skip to content

Commit

Permalink
Windows standalone: Fix NOMINMAX
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Sep 27, 2024
1 parent b3d017f commit 26d436a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/wrap_standalone.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ function(target_add_standalone_wrapper)

target_compile_definitions(${salib} PUBLIC
CLAP_WRAPPER_HAS_WIN32
)

target_compile_definitions(${SA_TARGET} PRIVATE
UNICODE
NOMINMAX
)
Expand Down

0 comments on commit 26d436a

Please sign in to comment.