Closed mwoehlke-kitware closed 8 years ago
Use standard BUILD_SHARED_LIBS instead of confusingly similar and non-standard BUILD_SHARED_LIB. Always build Apple DYLIB.
BUILD_SHARED_LIBS
BUILD_SHARED_LIB
This fixes all sorts of nasty stuff that would happen with BUILD_SHARED_LIBS=ON and BUILD_SHARED_LIB=OFF.
BUILD_SHARED_LIBS=ON
BUILD_SHARED_LIB=OFF
This change is
Use standard
BUILD_SHARED_LIBS
instead of confusingly similar and non-standardBUILD_SHARED_LIB
. Always build Apple DYLIB.This fixes all sorts of nasty stuff that would happen with
BUILD_SHARED_LIBS=ON
andBUILD_SHARED_LIB=OFF
.This change is