Skip to content

Commit

Permalink
CICD: Update integration test dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Mar 18, 2024
1 parent f2a9877 commit 6461e9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integration_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SET(MODNAME "integration_test_carma")
# -- EXTERNAL
INCLUDE(FetchContent)

SET(USE_PYBIND11_VERSION "v2.6.2")
SET(USE_PYBIND11_VERSION v2.11.1)

# Pybind11
FetchContent_Declare(
Expand All @@ -25,14 +25,14 @@ FetchContent_GetProperties(Pybind11Repo)

STRING(TOLOWER "Pybind11Repo" lcName)
IF (NOT ${lcName}_POPULATED)
MESSAGE(STATUS "carma: collecting Pybind11 ${USE_PYBIND11_VERSION}")
# Fetch the content using previously declared details
FetchContent_Populate(Pybind11Repo)
MESSAGE(STATUS "carma: collecting Pybind11 ${USE_PYBIND11_VERSION}")
# Fetch the content using previously declared details
FetchContent_Populate(Pybind11Repo)
ENDIF ()

ADD_SUBDIRECTORY(extern/pybind11)

SET(USE_ARMA_VERSION 10.6.x)
SET(USE_ARMA_VERSION 12.8.x)
FetchContent_Declare(
CarmaArmadillo
GIT_REPOSITORY https://gitlab.com/conradsnicta/armadillo-code.git
Expand Down

0 comments on commit 6461e9e

Please sign in to comment.