X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA_DiL%2FCMakeLists.txt;h=3a628ac86d713708c1bb027ab93a575afd8e662b;hb=5a46be58c4ed3ef591a4df6792f627c0f5de8302;hp=b7b5fbe6195060b195c0267abe1026760f9b032d;hpb=c8e86e284ec81b749959b45585fbb0eba03a1f61;p=unres.git diff --git a/source/unres/src_CSA_DiL/CMakeLists.txt b/source/unres/src_CSA_DiL/CMakeLists.txt index b7b5fbe..3a628ac 100644 --- a/source/unres/src_CSA_DiL/CMakeLists.txt +++ b/source/unres/src_CSA_DiL/CMakeLists.txt @@ -219,8 +219,8 @@ set(UNRES_CSA_DiL_SRCS ${UNRES_CSA_DiL_SRC0} ${UNRES_CSA_DiL_SRC3} ${CMAKE_CURRE #========================================= # Build the binary #========================================= -add_executable(UNRES_BIN-CSA ${UNRES_CSA_DiL_SRCS} ) -set_target_properties(UNRES_BIN-CSA PROPERTIES OUTPUT_NAME ${UNRES_BIN}) +add_executable(UNRES_BIN-CSA-DIL ${UNRES_CSA_DiL_SRCS} ) +set_target_properties(UNRES_BIN-CSA-DIL PROPERTIES OUTPUT_NAME ${UNRES_BIN}) #set_property(TARGET ${UNRES_BIN} PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/unres/MD ) #add_dependencies (${UNRES_BIN} ${UNRES_XDRFLIB}) @@ -229,7 +229,7 @@ set_target_properties(UNRES_BIN-CSA PROPERTIES OUTPUT_NAME ${UNRES_BIN}) # Link libraries #========================================= # link MPI library (libmpich.a) -target_link_libraries( UNRES_BIN-CSA ${MPIF_LIBRARIES} ) +target_link_libraries( UNRES_BIN-CSA-DIL ${MPIF_LIBRARIES} ) # link libxdrf.a #target_link_libraries( ${UNRES_BIN} xdrf )