changeset 9:2cb2015b9934 OrthancWebViewer-1.0

revert
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Feb 2015 12:59:40 +0100
parents 49fa9c774465
children 3a312d091947 4adf5d2a21d2
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Feb 27 12:08:14 2015 +0100
+++ b/CMakeLists.txt	Fri Feb 27 12:59:40 2015 +0100
@@ -190,7 +190,7 @@
 install(
   TARGETS OrthancWebViewer
   RUNTIME DESTINATION lib    # Destination for Windows
-  LIBRARY DESTINATION lib    # Destination for Linux
+  LIBRARY DESTINATION share/orthanc/plugins    # Destination for Linux
   )
 
 add_executable(UnitTests