Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
updated nextgen deprecated build options
  • Loading branch information
ajkhattak authored Jan 19, 2024
1 parent 0e5b140 commit cf9882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See general [instructions](https://github.com/NOAA-OWP/ngen/wiki/NGen-Tutorial#r
- cmake -B extern/iso_c_fortran_bmi/cmake_build -S extern/iso_c_fortran_bmi
- make -C extern/iso_c_fortran_bmi/cmake_build
- #### build ngen
- cmake -B cmake_build -S . -DBMI_C_LIB_ACTIVE=ON -DBMI_FORTRAN_ACTIVE=ON -DNGEN_ACTIVATE_PYTHON=ON
- cmake -B cmake_build -S . -DNGEN_WITH_BMI_C=ON -DNGEN_WITH_BMI_FORTRAN=ON -DNGEN_WITH_PYTHON=ON
- make -j4 -C cmake_build
- #### CFE
- git submodule update --remote extern/cfe/cfe
Expand Down

0 comments on commit cf9882c

Please sign in to comment.