#!/bin/sh
#
# For the release - configure both static and shared
#

util/cmake_static_configure $@
util/cmake_shared_configure $@
