Catch2 icon indicating copy to clipboard operation
Catch2 copied to clipboard

Different folder structure in VS Solution between 2.13.0 and 2.13.1

Open pisoir opened this issue 1 year ago • 2 comments

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

image

However, updating the version to 2.13.1 the folder structure changes completely and I see additional projects

image

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.

pisoir avatar Oct 10 '24 15:10 pisoir

It seems this is related to the change that line set_property(GLOBAL PROPERTY USE_FOLDERS ON) has been removed. Why was this removed?

pisoir avatar Oct 10 '24 15:10 pisoir

Probably lost during some CMakeLists refactoring.

horenmar avatar Oct 11 '24 18:10 horenmar