From 72270f6e2c013517736bfafb92dfc20d0ebe81a1 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Mon, 5 Apr 2010 13:22:42 +0000 Subject: [PATCH] Remove broken unnecessary cmake code. Fixes issue #158 --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d56cc656e..ca46b5d36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,14 +100,6 @@ if (WIN32) add_subdirectory(3rdparty/qsqlite) endif(WIN32) -# Install libraries to the right place -set (LIBRARY_INSTALL_DIR lib) -if (EXISTS "${CMAKE_INSTALL_PREFIX}/lib32/" AND CMAKE_SIZEOF_VOID_P EQUAL 4) - set (LIBRARY_INSTALL_DIR lib32) -elif (EXISTS "${CMAKE_INSTALL_PREFIX}/lib64/" AND CMAKE_SIZEOF_VOID_P EQUAL 8) - set (LIBRARY_INSTALL_DIR lib64) -endif () - # Uninstall support configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"