Rodion Malinovsky
Rodion Malinovsky
Adding `-ldl` manually will help (this was my first guess). But Im not sure this is way to go. For me the following looks strange `-Wl,-Bstatic -Wl,-Bdynamic` . And this...
Interesting facs. Seems boost local depends on regex. In the same env replace regex with locale `boost_locale/1.69.0@bincrafters/stable` and got regex with icu ``` [cmake] Performing configuration checks [cmake] [cmake] -...
I would like to know the reason why deps (folly and gtest) are installed manually. with vcpkg both folly and gtest can be found via find_package.