# HG changeset patch # User Sebastien Jodogne # Date 1383125330 -3600 # Node ID 7446a8ae2fade4604d85e538c97289db5f9a7584 # Parent bcf5c9a767a9ee423c6f4c455478f3b1a958e85e fix installation path diff -r bcf5c9a767a9 -r 7446a8ae2fad CMakeLists.txt --- a/CMakeLists.txt Wed Oct 30 09:34:21 2013 +0100 +++ b/CMakeLists.txt Wed Oct 30 10:28:50 2013 +0100 @@ -229,7 +229,7 @@ install( TARGETS Orthanc - RUNTIME DESTINATION bin + RUNTIME DESTINATION sbin )