[vlmc-devel] CMakeLists.txt: Set CMAKE_INSTALL_PREFIX as /usr for deb/rpm packages

Rohit Yadav git at videolan.org
Wed Jul 27 02:07:21 CEST 2011


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Wed Jul 27 05:53:10 2011 +0530| [abc02f8d12c5ecd3325d7ad2d6e3282e8c79338c] | committer: Rohit Yadav

CMakeLists.txt: Set CMAKE_INSTALL_PREFIX as /usr for deb/rpm packages

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=abc02f8d12c5ecd3325d7ad2d6e3282e8c79338c
---

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb49c13..36e19e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,7 +79,7 @@ SET(CONTRIBS_PATH ${CMAKE_CURRENT_SOURCE_DIR}/contribs)
 
 IF (UNIX)
     SET(WITH_PROFILING FALSE CACHE BOOL "Build with profiling support" )
-    SET(CMAKE_INSTALL_PREFIX /usr/local)
+    SET(CMAKE_INSTALL_PREFIX /usr)
     SET(CPACK_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
 ENDIF(UNIX)
 



More information about the Vlmc-devel mailing list