Skip to content

Commit

Permalink
Use antares-integration-v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 19, 2022
1 parent 25a4431 commit 2788a3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ message(STATUS "Build sirius solver: ${BUILD_sirius}")
if(NOT sirius_solver_REPO)
set(sirius_solver_REPO "https://github.com/rte-france/sirius-solver.git")
endif()
if(NOT sirius_solver_BRANCH)
set(sirius_solver_BRANCH "antares_integration")
if(NOT sirius_solver_TAG)
set(sirius_solver_TAG "antares-integration-v1.3")
endif()


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here is a list of other available CMake configure option :
|`CMAKE_BUILD_TYPE` |Define build type. Available values are `Release` and `Debug` | `Release`|
|`DEPS_INSTALL_DIR`|Define libraries install directory| `<antares_deps_checkout_dir>/../rte-antares-deps-<build_type>`|
|`sirius_solver_REPO`| Define Sirius solver repository used| `https://github.com/rte-france/sirius-solver`|
|`sirius_solver_BRANCH`| Define Sirius solver branch used| `antares_integration`|
|`sirius_solver_TAG`| Define Sirius solver tag used| `antares_integration-v1.3`|

Note:
> `DEPS_INSTALL_DIR` is added to `CMAKE_PREFIX_PATH`
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(BUILD_sirius)
REPOSITORY
${sirius_solver_REPO}
TAG
${sirius_solver_BRANCH}
${sirius_solver_TAG}
SOURCE_SUBDIR
"src"
)
Expand Down
2 changes: 1 addition & 1 deletion repository-config.txt.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sirius solver repository : @sirius_solver_REPO@
Sirius solver branch : @sirius_solver_BRANCH@
Sirius solver branch : @sirius_solver_TAG@

0 comments on commit 2788a3a

Please sign in to comment.