Description
Use BUILD_SHARED_LIBS variable to control whether Avro-c++ library is built as a shared library or as a static library. That way, people who want static library can use 'cmake -DBUILD_SHARED_LIBS=OFF'
Use BUILD_SHARED_LIBS variable to control whether Avro-c++ library is built as a shared library or as a static library. That way, people who want static library can use 'cmake -DBUILD_SHARED_LIBS=OFF'