Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Mast <[email protected]>
  • Loading branch information
phlptp and nightlark authored Oct 9, 2024
1 parent 0330787 commit bfeb311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
docker:
- image: helics/buildenv:ubuntu24.04-default-builder
environment:
CMAKE_FLAGS: "-DHELICS_BUILD_CXX_SHARED_LIB=ON -DHELICS_BUILD_TESTS=ON -DHELICS_BUILD_BENCHMARKS=ON -DHELICS_INSTALL_PACKAGE_TESTS=ON "
CMAKE_FLAGS: "-DHELICS_BUILD_CXX_SHARED_LIB=ON -DHELICS_BUILD_TESTS=ON -DHELICS_BUILD_BENCHMARKS=ON -DHELICS_INSTALL_PACKAGE_TESTS=ON"
steps:
- checkout
- run: *setup_helics
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helics",
"version-string": "3.3.0",
"version-string": "3.6.0",
"description": "Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)",
"homepage": "https://helics.org/",
"default-features": ["zeromq", "ipc", "webserver", "encryption"],
Expand Down

0 comments on commit bfeb311

Please sign in to comment.