Different folder structure in VS Solution between 2.13.0 and 2.13.1
Describe the bug
We are using catch2 version 2.13.0, cmake version 3.29.0 and after running cmake, the .sln solution contains folders CMakePredefinedTargets and Shared
However, updating the version to 2.13.1 the folder structure changes completely and I see additional projects
I checked the changes in the versions but I cannot find out where is this coming from. Where is this coming from?
Expected behavior The folder structure should stay the same.
It seems this is related to the change that line set_property(GLOBAL PROPERTY USE_FOLDERS ON) has been removed. Why was this removed?
Probably lost during some CMakeLists refactoring.