cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

CMake: mark `CCACHE_EXE` as advanced #920

Closed agarny closed 3 years ago

agarny commented 3 years ago

When using a tool like ccmake, we only want to see the options that are directly related to libCellML. All the other options should be marked as advanced. We do this for all those other options except for CCACHE_EXE. So, we should mark CCACHE_EXE as advanced, so that by default we only see libCellML-related options.

nickerso commented 3 years ago

good to have a description as to what the issue is to help those of us who don't know why this needs to be fixed...

agarny commented 3 years ago

Fair point. Just added a description.