SpaceIm
SpaceIm
> > My review [#12183 (comment)](https://github.com/conan-io/conan-center-index/pull/12183#discussion_r944680349) was partially taken into account, so still waiting. > > ?? it was one like the other options this new option should be deleted...
``` ERROR: abseil/20200923.3 (test package): Error in build() method, line 12 cmake.definitions["CXX20_SUPPORTED"] = tools.Version(self.deps_cpp_info["abseil"].version) > "20210324.2" ConanException: Invalid version 'None' ``` Why is it not valid in test_v1_package? I've kept...
I guess, I can reproduce this issue locally with `conan create . abseil/20211102.0@ -tf test_v1_package`. Maybe a breaking change where self.deps_cpp_info values are unkown in build() but not in generate()?
> I guess, I can reproduce this issue locally with `conan create . abseil/20211102.0@ -tf test_v1_package`. Maybe a breaking change where self.deps_cpp_info values are unkown in build() but not in...
@jgsogo `helpers.py` doesn't seem to be robust to a layout where source code isn't at the same level than CMakeLists, could you help here?
``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(382,5): error MSB3491: Could not write lines to file "google_cloud_beyondcorp_clientconnectorservices_v1_clientconnectorservices_proto.dir\Debug\google_c.F8B155F2.tlog\google_cloud_beyondcorp_clientconnectorservices_v1_clientconnectorservices_proto.lastbuildstate". Path: google_cloud_beyondcorp_clientconnectorservices_v1_clientconnectorservices_proto.dir\Debug\google_c.F8B155F2.tlog\google_cloud_beyondcorp_clientconnectorservices_v1_clientconnectorservices_proto.lastbuildstate exceeds the OS max path limit. The fully qualified file name must be...
> What do the new layouts introduce? Maybe it is just the `Debug` extra item in the path? 🤕 I'll try to redefine build_folder in layout to reduce path length.
There is something wrong in this recipe from the beginning: - autotools upstream but there are custom CMake files - gsoap C lib is installed but not in package_info() -...
https://github.com/conan-io/conan-center-index/pull/12110/commits/14aa84b08d915dd01c1b43b599b012b3293ff79a not only avoids a warning, but is mandatory here. CMP0077 not set was the reason of the failures. I advice to put this recommendation somewhere: If you migrate a...
`project()` before `cmake_minimum_required()` in their CMakeLists, I'll push a patch.