search for: goopier

Displaying 4 results from an estimated 4 matches for "goopier".

Did you mean: cooper
2015 Feb 24
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...really simple and fast. This is kinda a bit of a sore point for me because it turns out that our CMake goop for cross-compiling is pretty nasty, and there are features in CMake 3.x that make it a lot better. Unfortunately using the new features while supporting CMake 2.8.x would only make our goop goopier. > > Also, could we just limit the cmake version on windows builds? In the end on linux cmake 2.8.9 works great. I don’t use Windows, but I really don’t like this proposal because it will increase maintenance if we’re supporting different versions of CMake on different platforms (hence why...
2015 Feb 24
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...fast. >> >> This is kinda a bit of a sore point for me because it turns out that our CMake goop for cross-compiling is pretty nasty, and there are features in CMake 3.x that make it a lot better. Unfortunately using the new features while supporting CMake 2.8.x would only make our goop goopier. > > How does raising from 2.8.9 to 2.8.12.1 helps? It won’t bring the 3.x features that you’d like to have. > > As I understood it, bumping the version to 2.8.12.1 is motivated by a bug related to "MSVC + Ninja” (http://www.cmake.org/Bug/view.php?id=14492 <http://www.cmake.or...
2015 Feb 24
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...t;> >>>> This is kinda a bit of a sore point for me because it turns out that our CMake goop for cross-compiling is pretty nasty, and there are features in CMake 3.x that make it a lot better. Unfortunately using the new features while supporting CMake 2.8.x would only make our goop goopier. >>> >>> How does raising from 2.8.9 to 2.8.12.1 helps? It won’t bring the 3.x features that you’d like to have. >>> >>> As I understood it, bumping the version to 2.8.12.1 is motivated by a bug related to "MSVC + Ninja” (http://www.cmake.org/Bug/view.php?...
2015 Feb 09
6
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
It came up on another thread that our current minimum required CMake version 2.8.8, has some bugs that cause issues when building with MSVC + Ninja, and one potential solution was to raise the minimum required version of CMake. CMake 3.0 is now 6 months old and CMake 3.1 has been released. I would like to propose moving our minimum required CMake version to 3.0. I’ve attached patches to enforce