CPM keeps breaking itself on every dependency update #475
Replies: 3 comments 5 replies
-
:( |
Beta Was this translation helpful? Give feedback.
-
IMHO, the best solution: don't use CMake features and keep third-party libraries in this repository. |
Beta Was this translation helpful? Give feedback.
-
Closing stale discussion. We've moved away from CPM since quite some time. |
Beta Was this translation helpful? Give feedback.
-
One example on OSX just right now due to last deps update:
I'm posting this here so we have a common place to discuss somewhat in the future how to get rid of this breakage.
So how to reproduce... just change any CPM package to a different version and rebuild the project. cmake detects a change and will run reconfiguration and then CPM breaks at the point like the above screenshot. The breakage happens on Linux/Mac/Windows (at least for me).
Beta Was this translation helpful? Give feedback.
All reactions