Skip to content

Commit 7d82eeb

Browse files
committed
Build 3rdparty/soundtouch include as system
1 parent a1473e7 commit 7d82eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3rdparty/SoundTouch/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ add_library(soundtouch STATIC EXCLUDE_FROM_ALL
1111
soundtouch/source/SoundTouch/TDStretch.cpp
1212
)
1313

14-
target_include_directories(soundtouch PRIVATE
14+
target_include_directories(soundtouch SYSTEM PRIVATE
1515
soundtouch/source/SoundTouch
1616
soundtouch/include)
1717

18-
target_include_directories(soundtouch INTERFACE
18+
target_include_directories(soundtouch SYSTEM INTERFACE
1919
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/soundtouch/include>
2020
$<INSTALL_INTERFACE:/soundtouch/include>)
2121

0 commit comments

Comments
 (0)