changeset 7:fb9aca75eafd OrthancWebViewer-1.0

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Feb 2015 11:56:07 +0100
parents f0042ad844c3
children 49fa9c774465
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Feb 26 17:28:32 2015 +0100
+++ b/CMakeLists.txt	Fri Feb 27 11:56:07 2015 +0100
@@ -182,7 +182,7 @@
 install(
     TARGETS OrthancWebViewer
     RUNTIME DESTINATION lib    # Destination for Windows
-    LIBRARY DESTINATION share/orthanc/plugins    # Destination for Linux
+    LIBRARY DESTINATION lib    # Destination for Linux
     )
 
 add_executable(UnitTests