X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=e1daf9c9d0ddb2622d6bc8383a6e2c6c45183f53;hb=ece10473ea8353275c06f6085e4d4e01c2c94d7a;hp=e9cf2424330849fd2f7df98b8d2b8943cd0f324a;hpb=956b6f4cdb70d03f3a732f774a9242872745f4b9;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index e9cf242..e1daf9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,9 +156,11 @@ if(UNRES_NA_MMCE EQUAL "ON") else() add_subdirectory(source/unres/src_MD) - add_subdirectory(source/unres/src_MD-M) + if(UNRES_WITH_MPI EQUAL "ON") + add_subdirectory(source/unres/src_MD-M) + add_subdirectory(source/unres/src_CSA) + endif(UNRES_WITH_MPI EQUAL "ON") add_subdirectory(source/unres/src_MIN) - add_subdirectory(source/unres/src_CSA) endif(UNRES_NA_MMCE EQUAL "ON")