We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f350f commit a4445f4Copy full SHA for a4445f4
CMakeLists.txt
@@ -30,6 +30,7 @@ if (ADD_STD_LIB)
30
FetchContent_Populate(portaudio)
31
add_subdirectory(${portaudio_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/portaudio)
32
endif()
33
+ target_compile_options(portaudio PUBLIC -Wno-deprecated-declarations)
34
35
# Build with Linux Arduino Emulator
36
FetchContent_Declare(arduino_emulator GIT_REPOSITORY "https://github.com/pschatzmann/Arduino-Emulator.git" GIT_TAG main )
0 commit comments