changeset 649:7446a8ae2fad

fix installation path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2013 10:28:50 +0100
parents bcf5c9a767a9
children 3a74026fc1b1
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
   )