X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2FCMakeLists.txt;h=56022c0987ddfb7684e6a2066cc32ed9aa37fa01;hb=adf34bb699c6173d16c5af33c182b011fe805d38;hp=912789403df6eeb2ca7239c0d6484427d8e22b3d;hpb=293630c584fc91d87438538030a612fce4ed31f3;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/CMakeLists.txt b/src/gromacs/CMakeLists.txt index 912789403d..56022c0987 100644 --- a/src/gromacs/CMakeLists.txt +++ b/src/gromacs/CMakeLists.txt @@ -77,7 +77,7 @@ endif() add_subdirectory(gmxlib) add_subdirectory(mdlib) add_subdirectory(gmxpreprocess) -add_subdirectory(bonded) +add_subdirectory(listed-forces) add_subdirectory(commandline) add_subdirectory(fft) add_subdirectory(linearalgebra) @@ -142,7 +142,7 @@ list(APPEND LIBGROMACS_SOURCES ${GENERATED_VERSION_FILE}) # apply gcc 4.4.x bug workaround if(GMX_USE_GCC44_BUG_WORKAROUND) include(gmxGCC44O3BugWorkaround) - gmx_apply_gcc44_bug_workaround("bonded/bonded.cpp") + gmx_apply_gcc44_bug_workaround("listed-forces/bonded.cpp") gmx_apply_gcc44_bug_workaround("mdlib/force.c") gmx_apply_gcc44_bug_workaround("mdlib/constr.c") endif()