cmake -P build_phreeqcrm.cmake
git clone https://github.com/usgs-coupled/phreeqcrm.git phreeqcrm-saracd phreeqcrm-saragit checkout saracmake -S . -B build/release -DCMAKE_BUILD_TYPE=Releasecmake --build build/release -j4sudo cmake --install build/releasecmake -S . -B build/debug -DCMAKE_BUILD_TYPE=Debugcmake --build build/debug -j4sudo cmake --install build/debug