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