Skip to content

Commit

Permalink
chore: update yalibs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Jul 9, 2024
1 parent 7df4f9b commit 31877de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ option(ENABLE_Z3 "Enables the download and compilation of the expr::z3_driver dr

# DEPENDENCIES
# library dependencies
CPMAddPackage("gh:yalibs/[email protected].0")
CPMAddPackage("gh:yalibs/[email protected].0")
CPMAddPackage("gh:yalibs/[email protected].2")
CPMAddPackage("gh:yalibs/[email protected].1")
CPMAddPackage("gh:yalibs/[email protected].1")
CPMAddPackage("gh:yalibs/[email protected].1")
CPMAddPackage("gh:yalibs/[email protected].3")
CPMAddPackage("gh:yalibs/[email protected].2")
# demo dependencies
CPMAddPackage("gh:yalibs/[email protected].0")
CPMAddPackage("gh:yalibs/[email protected].1")
CPMAddPackage("gh:sillydan1/[email protected]")

if(ENABLE_Z3)
Expand Down

0 comments on commit 31877de

Please sign in to comment.