Skip to content

Commit

Permalink
upgrade cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 5, 2024
1 parent 77cf7fa commit c554379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/centos7-system-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ jobs:
- name: Compile tbb
uses: ./.github/workflows/compile-tbb
with:
cmake: 'cmake3'
cmake: 'cmake3'

- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.x'

- name: Configure
run: |
Expand Down
4 changes: 1 addition & 3 deletions cmake/dependencies/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ ExternalProject_Add(${PROJECT_NAME}_project
GIT_TAG "@GIT_DEP_TAG@"
LOG_DOWNLOAD FALSE
GIT_SUBMODULES src/antares-deps

UPDATE_DISCONNECTED TRUE


# UPDATE_COMMAND ""
LOG_UPDATE FALSE

Expand Down

0 comments on commit c554379

Please sign in to comment.