X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-M%2FCMakeLists.txt;h=678a85ff5afb01eb7c12a38396a60e3cf52aea62;hb=ce23246258bf50c33a76d6b2685ff2a3f76f896d;hp=312fb87b41053fb494e5541eb9fe0cfa2ed94b81;hpb=0574a4aadafa8a9357deb13d698ac66931fc06ff;p=unres.git diff --git a/source/wham/src-M/CMakeLists.txt b/source/wham/src-M/CMakeLists.txt index 312fb87..678a85f 100644 --- a/source/wham/src-M/CMakeLists.txt +++ b/source/wham/src-M/CMakeLists.txt @@ -61,6 +61,7 @@ set(UNRES_WHAM_M_SRC0 proc_cont.f define_pairs.f mysort.f + ssMD.F ) set(UNRES_WHAM_M_PP_SRC @@ -180,7 +181,7 @@ set_property(SOURCE ${UNRES_WHAM_M_PP_SRC} PROPERTY COMPILE_DEFINITIONS ${CPPFLA #======================================== # Setting binary name #======================================== -set(UNRES_WHAM_M_BIN "wham_M_${Fortran_COMPILER_NAME}.exe") +set(UNRES_WHAM_M_BIN "wham_M_${Fortran_COMPILER_NAME}_${UNRES_MD_FF}.exe") #========================================= # cinfo.f workaround for CMake @@ -239,7 +240,7 @@ target_link_libraries( UNRES_WHAM_M_BIN xdrf ) #========================================= # Install Path #========================================= -install(TARGETS UNRES_WHAM_M_BIN DESTINATION ${CMAKE_INSTALL_PREFIX}) +install(TARGETS UNRES_WHAM_M_BIN DESTINATION ${CMAKE_INSTALL_PREFIX}/wham) #=========================================