You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this works as expected, DCMAKE_BUILD_TYPE in the recipe overrides the command line argument.
The problem is that this happens only if not cmake.is_configured() (line 41 6b6ace5), in fact only in this case the cmake_args is updated with options from command line arguments and recipe entries. Should line 41 also include force_configure as a condition?
My idea was to never change the cmake cache after it has been created.. I remember this used to cause a lot of confusion (and frustration) with the superbuild
So the only way to reconfigure a project would be to delete the cache. I agree that this is a nice practice. Maybe it could be useful to add tools to clear the cache.
Should be possible to override the build type from a recipe, e.g.
The text was updated successfully, but these errors were encountered: