diff options
| author | LRFLEW <LRFLEW@aol.com> | 2020-12-10 12:27:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-10 10:27:02 -0800 |
| commit | 9be0e172873cb5e437037310cb0b29318b9abfd4 (patch) | |
| tree | fd7fa20eed5869a623e35fcf48af9c146246258b | |
| parent | 6e7f2868cff5f4276f3e07d32a964f1b8040d5d0 (diff) | |
| download | vcpkg-9be0e172873cb5e437037310cb0b29318b9abfd4.tar.gz vcpkg-9be0e172873cb5e437037310cb0b29318b9abfd4.zip | |
[speexdsp] Fix include directories for Linux builds (#15036)
| -rw-r--r-- | ports/speexdsp/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | ports/speexdsp/CONTROL | 2 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ports/speexdsp/CMakeLists.txt b/ports/speexdsp/CMakeLists.txt index 6a5f10613..4f5abea48 100644 --- a/ports/speexdsp/CMakeLists.txt +++ b/ports/speexdsp/CMakeLists.txt @@ -94,6 +94,7 @@ configure_file("${CMAKE_CURRENT_LIST_DIR}/include/speex/speexdsp_config_types.h. list(APPEND LIBSPEEXDSP_HEADERS_PUBLIC "${CMAKE_CURRENT_BINARY_DIR}/speexdsp_config_types.h") include_directories("${CMAKE_CURRENT_LIST_DIR}/include") +include_directories("${CMAKE_CURRENT_BINARY_DIR}") add_library(speexdsp ${LIBSPEEXDSP_SOURCES} ${LIBSPEEXDSP_HEADERS}) set_target_properties(speexdsp PROPERTIES PUBLIC_HEADER "${LIBSPEEXDSP_HEADERS_PUBLIC}") diff --git a/ports/speexdsp/CONTROL b/ports/speexdsp/CONTROL index dbf76057d..59ba0f4c0 100644 --- a/ports/speexdsp/CONTROL +++ b/ports/speexdsp/CONTROL @@ -1,6 +1,6 @@ Source: speexdsp Version: 1.2.0 -Port-Version: 3 +Port-Version: 4 Homepage: https://speex.org/ Description: A patent-free, Open Source/Free Software DSP library. Build-Depends: diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 79728d862..af8a96642 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1446,7 +1446,6 @@ spdk-isal:x64-uwp=fail spdk-isal:x64-windows=fail spdk-isal:x64-windows-static=fail spdk-isal:x86-windows=fail -speexdsp:x64-linux=fail spirv-tools:arm-uwp=fail spirv-tools:x64-uwp=fail stormlib:arm-uwp=fail |
