All the build hierarchy of my project is based on ExternalProject
with --config
option. A few days ago I updated to cmake 3.20, and now --config
is gone:
$ cmake --config
CMake Error: Unknown argument --config
CMake Error: Run 'cmake --help' for all supported options.
while documentation still advises to use it. Release notes are also silent about the option.
What should I use instead of --config
?