Skip to content

Commit a4445f4

Browse files
committed
portaudio compile options
1 parent 48f350f commit a4445f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if (ADD_STD_LIB)
3030
FetchContent_Populate(portaudio)
3131
add_subdirectory(${portaudio_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/portaudio)
3232
endif()
33+
target_compile_options(portaudio PUBLIC -Wno-deprecated-declarations)
3334

3435
# Build with Linux Arduino Emulator
3536
FetchContent_Declare(arduino_emulator GIT_REPOSITORY "https://github.com/pschatzmann/Arduino-Emulator.git" GIT_TAG main )

0 commit comments

Comments
 (0)