Skip to content

Commit

Permalink
windows cmake: set WINDOWS_EXPORT_ALL_SYMBOLS to FALSE. we supply a .…
Browse files Browse the repository at this point in the history
…def file. fixes PortAudio#995 (multiple export linker warnings) thanks @sveinse
  • Loading branch information
RossBencina committed Jan 31, 2025
1 parent aa1cfb0 commit d5d362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ set_target_properties(portaudio PROPERTIES
PUBLIC_HEADER "${PORTAUDIO_PUBLIC_HEADERS}"
MACOSX_FRAMEWORK_IDENTIFIER com.portaudio
FRAMEWORK_VERSION A
WINDOWS_EXPORT_ALL_SYMBOLS TRUE
WINDOWS_EXPORT_ALL_SYMBOLS FALSE
VERSION ${PROJECT_VERSION}
SOVERSION 2
)
Expand Down

0 comments on commit d5d362e

Please sign in to comment.