Skip to content

Commit

Permalink
Merge pull request #42 from WhiteGobo/patch-1
Browse files Browse the repository at this point in the history
use daisysp v0.0.2 in CMakeLists.txt; Fix #39
  • Loading branch information
madskjeldgaard authored Mar 13, 2024
2 parents 24639cd + dd27c97 commit dbd28bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ if(USE_DAISYSP_LIB)
CPMAddPackage(
NAME daisysp
GITHUB_REPOSITORY "electro-smith/DaisySP"
GIT_TAG master
GIT_TAG v0.0.2
)

include_directories("include/daisysp")
Expand Down

0 comments on commit dbd28bc

Please sign in to comment.