Skip to content

[cmake] CMAKE_GENERATOR should be taken into account for ext cache dir.

Lars Bilke requested to merge bilke/ogs:cache-ext-followup into master

Follow-up on !4494 (merged).

Cache dir hash generation has changed. Sorry, this implies a rebuild for already created caches after !4494 (merged). You might do a cleanup before the rebuild (rm -r $CPM_SOURCE_CACHE/_ext).

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?

Merge request reports