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.
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 forCCACHE_EXE
. So, we should markCCACHE_EXE
as advanced, so that by default we only see libCellML-related options.