dbf3152
commit bf9ffc8d808676f0ed371fbe190e10e2f85888e0
dbf3152
Author: Alexander Potashev <aspotashev@gmail.com>
dbf3152
Date:   Fri Sep 9 22:48:38 2011 +0400
dbf3152
dbf3152
    Do not explicitly set LIB_INSTALL_DIR
dbf3152
    
dbf3152
    BUG:281439
dbf3152
dbf3152
diff --git a/CMakeLists.txt b/CMakeLists.txt
dbf3152
index 944d2f8..c1ed4d5 100644
dbf3152
--- a/CMakeLists.txt
dbf3152
+++ b/CMakeLists.txt
dbf3152
@@ -11,9 +11,6 @@ set(LIBKVKONTAKTE_VERSION ${LIBKVKONTAKTE_VERSION_MAJOR}.${LIBKVKONTAKTE_VERSION
dbf3152
 # TODO: calculate the version id properly (here is currently a hack that won't work for 1.10.0):
dbf3152
 set(LIBKVKONTAKTE_VERSION_ID "0x0${LIBKVKONTAKTE_VERSION_MAJOR}0${LIBKVKONTAKTE_VERSION_MINOR}0${LIBKVKONTAKTE_VERSION_PATCH}")
dbf3152
 
dbf3152
-# set up install directories. INCLUDE_INSTALL_DIR and LIB_INSTALL_DIR must not be absolute paths
dbf3152
-set(LIB_INSTALL_DIR_SUFFIX "" CACHE STRING "The directories where to install libraries to")
dbf3152
-set(LIB_INSTALL_DIR lib${LIB_INSTALL_DIR_SUFFIX} )
dbf3152
 set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/LibKVkontakte )
dbf3152
 
dbf3152
 # Use a versioned install directory for the headers so multiple versions can be installed in parallel