[x265-commits] [x265] cmake: drop x265 folder suffix to archive install path

Steve Borho steve at borho.org
Mon Oct 14 18:59:26 CEST 2013


details:   http://hg.videolan.org/x265/rev/5af31960c41d
branches:  
changeset: 4443:5af31960c41d
user:      Steve Borho <steve at borho.org>
date:      Mon Oct 14 11:26:23 2013 -0500
description:
cmake: drop x265 folder suffix to archive install path

diffstat:

 source/CMakeLists.txt |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb0aa9c42bba -r 5af31960c41d source/CMakeLists.txt
--- a/source/CMakeLists.txt	Sun Oct 13 22:25:24 2013 -0500
+++ b/source/CMakeLists.txt	Mon Oct 14 11:26:23 2013 -0500
@@ -181,12 +181,12 @@ if(X265_LATEST_TAG)
     install(TARGETS x265-shared
             RUNTIME DESTINATION bin
             LIBRARY DESTINATION lib
-            ARCHIVE DESTINATION lib/x265)
+            ARCHIVE DESTINATION lib)
 endif()
 install(TARGETS x265-static
         RUNTIME DESTINATION bin
         LIBRARY DESTINATION lib
-        ARCHIVE DESTINATION lib/x265)
+        ARCHIVE DESTINATION lib)
 install(FILES x265.h "${PROJECT_BINARY_DIR}/x265_config.h" DESTINATION include)
 
 if(NOT WIN32)


More information about the x265-commits mailing list