Skip to content

Commit

Permalink
Update atan2 approximation
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Nov 27, 2023
1 parent b8905fe commit 5a9d1e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set(CPMSRC "https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.38.6/CPM
set(CPMDST "${CMAKE_BINARY_DIR}/CPM.cmake")

if(NOT EXISTS "${CPMDST}")

file(DOWNLOAD "${CPMSRC}" "${CPMDST}")

endif()

include("${CPMDST}")
2 changes: 1 addition & 1 deletion lib/PocketFFT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(pocketfft_ADDED)
target_compile_definitions(pocketfft
INTERFACE -DPOCKETFFT_CACHE_SIZE=10)

if (UNIX)
if(UNIX)
target_link_libraries(pocketfft
INTERFACE pthread)
endif()
Expand Down
2 changes: 1 addition & 1 deletion lib/StftPitchShift.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CPMAddPackage(
NAME stftpitchshift
VERSION 2.0
GIT_TAG d555496c04ee993b120f578af613cb0b4a82915e
GIT_TAG 8ed07cbd2f94d392af025d2946d70b6903ca2abf
GITHUB_REPOSITORY jurihock/stftPitchShift
DOWNLOAD_ONLY YES)

Expand Down

0 comments on commit 5a9d1e7

Please sign in to comment.