Skip to content

Commit

Permalink
Build - vcpkg has moved kissfft from "unofficial"
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jul 11, 2023
1 parent f3f43fd commit 7e4ef91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (USE_SYSTEM_LIBS)
find_package(PkgConfig REQUIRED)
pkg_check_modules(kissfft REQUIRED IMPORTED_TARGET kissfft-float)
else()
find_package(unofficial-kissfft CONFIG REQUIRED)
find_package(kissfft CONFIG REQUIRED COMPONENTS float)
endif()

target_include_directories(${PROJECT_NAME}
Expand Down Expand Up @@ -81,7 +81,7 @@ if (USE_SYSTEM_LIBS)
else()
target_link_libraries(${PROJECT_NAME}
PRIVATE
unofficial::kissfft::kissfft
kissfft::kissfft
)
endif()

Expand Down

0 comments on commit 7e4ef91

Please sign in to comment.