diff CMakeLists.txt @ 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 dc81c1ad61c7
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