X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=5b824dd9202ade0f02655742b040a903dd3ec294;hb=f5379d3246c4bd95e946c4d35d4a1c13e329c4cb;hp=8d0a5d0d548ba083c60defd70904273c74787bfb;hpb=62e2c1616bb6edf86824c466c6f82635ab6ad5e4;p=unres.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d0a5d0..5b824dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,6 @@ if(UNRES_NA_MMCE) add_subdirectory(source/unres/src_MD) add_subdirectory(source/unres/src_MD-M) add_subdirectory(source/unres/src_CSA) - add_subdirectory(source/unres/src_CSA_DiL) add_subdirectory(source/cluster/wham/src) add_subdirectory(source/cluster/wham/src-M) endif (Fortran_COMPILER_NAME STREQUAL "ifort") @@ -204,7 +203,6 @@ else() if(UNRES_WITH_MPI) add_subdirectory(source/unres/src_MD-M) add_subdirectory(source/unres/src_CSA) - add_subdirectory(source/unres/src_CSA_DiL) add_subdirectory(source/wham/src) add_subdirectory(source/wham/src-M) add_subdirectory(source/cluster/wham/src)