Loading
thrift: fix CMake flags
logs did contain ``` thrift> -- Build shared libraries: OFF ``` And upstream README in lib/cpp says: ``` THRIFT-4732: The CMake build options WITH_SHARED_LIBS and WITH_STATIC_LIBS are deprecated. The project no longer performs a side-by-side static and shared build; you tell CMake through BUILD_SHARED_LIBS whether to make shared or static libraries now. This is CMake standard behavior. ```