BUILD_STATIC not used
Opened this issue · 0 comments
pickettbd commented
I tried to build from source and tried the -DBUILD_STATIC=ON
trick as listed in the README
. I got this warning from cmake:
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_STATIC
The final output is still dynamically linked. Is a static build presently unimplemented?