Skip to content

Commit

Permalink
Updating cmake dependencies for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Feb 22, 2024
1 parent b226879 commit dc115ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ function(chains_setup_dependencies)
# For each dependency, see if it's
# already been provided to us by a parent project

if(NOT TARGET stlab::libraries)
cpmaddpackage("gh:stlab/[email protected]")
if(NOT TARGET stlab::stlab)
cpmaddpackage(
NAME stlab
VERSION 2.0.0a2
GITHUB_REPOSITORY "stlab/libraries"
OPTIONS "BUILD_TESTING=OFF")
endif()

if(NOT TARGET fmtlib::fmtlib)
Expand Down

0 comments on commit dc115ef

Please sign in to comment.