Open vinniefalco opened 1 year ago
The problem is that if you build more than one solution for different libraries, the Task Manager shows them all with the name Boost and you can't tell one from the other when switching
No, sorry. The project name is significant and changing it just to rename the .sln file is not the right fix. You should ask in the CMake discourse whether there's a way to change the name of the generated .sln file without changing the CMake project name.
Yeah, I'll do that, but note that you are currently calling the resulting solution "Boost" no matter what is in it (for example, even if you told cmake to only build one library). Although I guess that's one way of making "Boost" smaller.
"Boost" is the name of the superproject. The libraries have their own project names ("boost_lib").
"Boost" is the name of the superproject
Yes well my change renames the superproject...not any individual library.
If we could change CMakeLists.txt for the superproject then we can set the name of the solution otherwise it is always Boost.sln which is not ideal: