X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=cmake%2FgmxManageSharedLibraries.cmake;h=b58a1be697620cb1ed2dfac7b9900d870e5ce391;hb=982993423b348095df0e550ec9d7e6163a270b4f;hp=0cfab0ce68c2c876b9b810c9961a6f0fbba7e781;hpb=28bb38b9b5c10bff38e5e2fe0cd2b0c00433b382;p=alexxy%2Fgromacs.git diff --git a/cmake/gmxManageSharedLibraries.cmake b/cmake/gmxManageSharedLibraries.cmake index 0cfab0ce68..b58a1be697 100644 --- a/cmake/gmxManageSharedLibraries.cmake +++ b/cmake/gmxManageSharedLibraries.cmake @@ -127,8 +127,9 @@ IF( WIN32 AND NOT CYGWIN) #this combination segfaults (illegal passing of file handles) message(FATAL_ERROR "Static system libraries requested, and shared Gromacs libraries requested.") endif() - add_definitions(-DUSE_VISIBILITY -DTMPI_USE_VISIBILITY) - set(PKG_CFLAGS "$PKG_CFLAGS -DUSE_VISIBILITY -DTMPI_USE_VISIBILITY") + # Visibility not yet implemented + # add_definitions(-DUSE_VISIBILITY -DTMPI_USE_VISIBILITY) + # set(PKG_CFLAGS "$PKG_CFLAGS -DUSE_VISIBILITY -DTMPI_USE_VISIBILITY") endif() IF (GMX_PREFER_STATIC_LIBS)