diff CMakeLists.txt @ 649:7446a8ae2fad

fix installation path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Oct 2013 10:28:50 +0100
parents 92aa6df91c30
children b8af38c04ec6
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
   )