SSE4
SSE4
going forward, the solution is to create conan GTK package, as system requirements have too many problems and don't scale well
it seems like command line misses `-ldl` to link with dl library. not sure yet where to apply fix, need to investigate
@db4 probably, something changed in `lake` project, I'll take a look
I think it should be safe to remove for static. @uilianries @solvingj @grafikrobot WDYT?
I suggest to make proposed change, as it's useless to pollute `binpaths` for static builds anyway
@Croydon do you have an idea what might be wrong here?
/cc @grafikrobot
so, to clarify, it should look like: ``` Recommended generators: * CMakeDeps (default in Conan v2) Not recommended (already deprecated): * cmake (to be deprecated in v2) * cmake_find_package_multi (to...
> I wouldn't say that `cmake_find_package/_multi` are generators already deprecated, just not recommended over CMakeDeps ``` Recommended generators: * CMakeDeps (default in Conan v2) Not recommended (to be deprecated in...
I don't see any problem with that - we use and recommends many things that are experimental: `cppstd`, `self.cpp_info.components`, `hooks`, `lockfiles`, `two profiles`, etc. even [cmake_find_package_multi](https://docs.conan.io/en/latest/reference/generators/cmake_find_package_multi.html?highlight=experimental) is marked as experimental......