X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fmaxlik%2Fsrc_CSA%2FCMakeLists.txt;h=a9908362bf7b60516edb6ae11045523a738179a5;hb=fee3e9e4771d098bd9d7b6c3a7b91f0e42cea2c6;hp=e80d110179f2f1ba0c6269ecb39a945f0395f6d7;hpb=bf1dcde144c269e866b2805b09a85eb3945b6dc8;p=unres.git diff --git a/source/maxlik/src_CSA/CMakeLists.txt b/source/maxlik/src_CSA/CMakeLists.txt index e80d110..a990836 100644 --- a/source/maxlik/src_CSA/CMakeLists.txt +++ b/source/maxlik/src_CSA/CMakeLists.txt @@ -55,7 +55,8 @@ set_target_properties(MAXLIK PROPERTIES OUTPUT_NAME ${MAXLIK_BIN}) set_property(TARGET MAXLIK PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin ) #========================================= -# Install Path +# Install maxlik binary (used by "make install") #========================================= install(TARGETS MAXLIK DESTINATION ${CMAKE_INSTALL_PREFIX}) +install(TARGETS MAXLIK RUNTIME DESTINATION unrespack/bin)