Skip to content

BUG: Fix BUILD_SHARED_LIBS overwritting identical name flags.

The BUILD_SHARED_LIBS option for Xdmf was overwritting any flags having the same name being used by other toolkits using Xdmf. Since BUILD_SHARED_LIBS is a built-in CMake variable, this patch set prevents xdmf overwritting the BUILD_SHARED_LIBS flag value by simply removing the option.

Merge request reports