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
settings.ini was designed to account for project settings and transmitting them to other projects. Since CMake 3.19, the recommended way to approach this problem is using the CMakePresets.json. We should consider switching to reduce build system complexity.
settings.ini would then reduce to a few specific flags (default_preset, default_ut_preset and the possibly the environment block.
The text was updated successfully, but these errors were encountered:
Feature Description
settings.ini
was designed to account for project settings and transmitting them to other projects. Since CMake3.19
, the recommended way to approach this problem is using theCMakePresets.json
. We should consider switching to reduce build system complexity.settings.ini
would then reduce to a few specific flags (default_preset
,default_ut_preset
and the possibly theenvironment
block.The text was updated successfully, but these errors were encountered: