/* * Here is where system computed values get stored. * These values should only change when the target compile platform changes. */ #cmakedefine VTKSB_BUILD_SHARED_LIBS #ifndef VTKSB_BUILD_SHARED_LIBS #define VTKSB_STATIC #endif #if defined(_MSC_VER) && !defined(VTKSB_STATIC) #pragma warning ( disable : 4275 ) #endif