Skip to content

Smarter logic to determine cmake executable

BayesWave requires cmake version 3. On OSX and in conda, the executable is conda. On RHEL systems, the executable name is cmake3.

Previously, the correct executable was determined based on the host OS. This does not work when building in conda. The build.sh script now parses the cmake version information to check all is well.

Merge request reports