Skip to content

Commit

Permalink
Updated cluster build configuration in CMakePresets.json / bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
abkein committed Jan 23, 2025
1 parent 0ab3a8d commit 8c25b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"BUILD_LAMMPS_SHELL": "no",
"BUILD_LAMMPS_GUI": "no",
"PKG_ADIOS": "yes",
"ADIOS2_DIR": "$env{REPOS}/ADIOS2/build",
"ADIOS2_DIR": "$env{REPOS_DIR}/ADIOS2/build",
"PKG_PYTHON": "yes",
"Python_EXECUTABLE": "$env{VIRTUAL_ENV}/bin/python3",
"PKG_COMPRESS": "yes",
Expand Down

0 comments on commit 8c25b6f

Please sign in to comment.