Closed mwoehlke-kitware closed 9 years ago
Don't force library to be built static, but instead honor CMAKE_BUILD_SHARED. Update install locations to support building a shared library, and to honor LIB_SUFFIX.
CMAKE_BUILD_SHARED
LIB_SUFFIX
For now, this works on UNIX-like platforms. Windows needs #24 fixed in order for a shared library to be usable on those platforms.
This pull request was included in another pull request.
Don't force library to be built static, but instead honor
CMAKE_BUILD_SHARED
. Update install locations to support building a shared library, and to honorLIB_SUFFIX
.