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 b46ad68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
cmake_minimum_required(VERSION 3.18)
project(expr VERSION 3.0.5)
project(expr VERSION 3.0.6)
include(cmake/CPM.cmake)
configure_file(src/config.h.in config.h)
set(CMAKE_CXX_STANDARD 20)
Expand All @@ -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 b46ad68

Please sign in to comment.