Fix recheck MPI features in the CMake build system
This PR fixes a condition statement that would always evaluate to true due to a typo in the CMake build system. Now, when relaunching CMake, the cached variables for the MPI features are no longer discarded when the variable SC_ENABLE_MPI did not change. This allows the checks not to run again as intended and use the cached variables instead.
Fix recheck MPI features in the CMake build system
This PR fixes a condition statement that would always evaluate to true due to a typo in the CMake build system. Now, when relaunching CMake, the cached variables for the MPI features are no longer discarded when the variable
SC_ENABLE_MPI
did not change. This allows the checks not to run again as intended and use the cached variables instead.Closes #198