cellml / libcellml

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

CMake: mark `CLCACHE_EXE` as advanced #926

Closed agarny closed 3 years ago

agarny commented 3 years ago

When using a tool like CMake GUI, 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 CLCACHE_EXE (on Windows). So, we should mark CLCACHE_EXE as advanced, so that by default we only see libCellML-related options.

(Yes, this is similar to issue #920, but for Windows.)