X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fwham%2Fsrc%2FCMakeLists.txt;h=7f6193a1ee0e6d23b5a677911a20573c42d8abe7;hb=aa4666b2bb5f3cc4089eeb3c378d3d01922b0a24;hp=e7f990ef85225ccabb9db243eea74cf93ce8bb62;hpb=8ca80e88c3aaf3974fef6d7ea574c26a4f0ca7da;p=unres.git diff --git a/source/wham/src/CMakeLists.txt b/source/wham/src/CMakeLists.txt index e7f990e..7f6193a 100644 --- a/source/wham/src/CMakeLists.txt +++ b/source/wham/src/CMakeLists.txt @@ -177,7 +177,7 @@ set_property(SOURCE ${UNRES_WHAM_PP_SRC} PROPERTY COMPILE_DEFINITIONS ${CPPFLAGS #======================================== # Setting binary name #======================================== -set(UNRES_WHAM_BIN "wham_${Fortran_COMPILER_NAME}.exe") +set(UNRES_WHAM_BIN "wham_${Fortran_COMPILER_NAME}_MPI_${UNRES_MD_FF}.exe") #========================================= # cinfo.f workaround for CMake @@ -235,7 +235,7 @@ target_link_libraries( UNRES_WHAM_BIN xdrf ) #========================================= # Install Path #========================================= -install(TARGETS UNRES_WHAM_BIN DESTINATION ${CMAKE_INSTALL_PREFIX}) +install(TARGETS UNRES_WHAM_BIN DESTINATION ${CMAKE_INSTALL_PREFIX}/wham) #=========================================