Skip to content

Commit

Permalink
[doc] Fix default branch for sirius
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed May 17, 2022
1 parent b5886a0 commit 7813bfb
Showing 1 changed file with 1 addition and 1 deletion.
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_VCPKG`|
|`sirius_solver_BRANCH`| Define Sirius solver branch used| `antares_integration`|

Note:
> `DEPS_INSTALL_DIR` is added to `CMAKE_PREFIX_PATH`
Expand Down

0 comments on commit 7813bfb

Please sign in to comment.