Skip to content

CMake with multiple targets#91

Closed
anton-seaice wants to merge 1 commit intomasterfrom
76
Closed

CMake with multiple targets#91
anton-seaice wants to merge 1 commit intomasterfrom
76

Conversation

@anton-seaice
Copy link
Collaborator

Just incase we want this one day

CMake for multiple exes

cmake -S . -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_COMPILER="mpicc" -DCMAKE_Fortran_COMPILER="mpifort"  -DCICE_IO="NetCDF" -DCMAKE_PREFIX_PATH="${INSTALL_DIR}" -DCICE_DRIVER="access" -DCICE_NXGLOB="360;360" -DCICE_NYGLOB="300;300" -DCICE_BLCKX="15;30" -DCICE_BLCKY="300;150" -DCICE_MXBLCKS="1;1"
cmake --build build -j 4
cmake --install build --prefix=${BUILD_TYPE}

@anton-seaice anton-seaice self-assigned this Feb 11, 2026
@anton-seaice
Copy link
Collaborator Author

related to #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant