Skip to content

Commit

Permalink
- Portaudio builds only with master
Browse files Browse the repository at this point in the history
- Use exact version of Cycfi Infra
  • Loading branch information
djowel committed Aug 21, 2024
1 parent 81568cf commit c91f853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ option(Q_BUILD_IO "build Q IO library" ON)
FetchContent_Declare(
cycfi_infra
GIT_REPOSITORY https://github.com/cycfi/infra.git
GIT_TAG master
GIT_TAG 2024_MAY
GIT_SUBMODULES_RECURSE ON
)

Expand Down
2 changes: 1 addition & 1 deletion q_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ option(BUILD_SHARED_LIBS "Build shared/dynamic library" OFF)
FetchContent_Declare(
portaudio
GIT_REPOSITORY https://github.com/PortAudio/portaudio.git
GIT_TAG v19.7.0
GIT_TAG master
GIT_SUBMODULES_RECURSE ON
)

Expand Down

0 comments on commit c91f853

Please sign in to comment.