Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
Pretty sure it isn't set up to generate a proper DLL, so make sure it always produces a static library instead.
Today I learned that CMake will error if the project shares a dependency with a nested CMake file (which could be from an entirely-separate project that you have no control over). I'm starting to really hate CMake.