From 88e0fc05d6ae625b43cc5a6cd61d12624fb93b89 Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Sat, 20 Oct 2012 02:59:40 +0300 Subject: [PATCH] Remove backwards compatibility for INSTALL_LIB --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d69a84c85..08e7b47af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,11 +163,6 @@ IF (MSVC) SET_SOURCE_FILES_PROPERTIES(src/win32/precompiled.c COMPILE_FLAGS "/Ycprecompiled.h") ENDIF () -# Backward compatibility with INSTALL_LIB variable -if (INSTALL_LIB) - set(LIB_INSTALL_DIR "${INSTALL_LIB}") -ENDIF() - # Install INSTALL(TARGETS git2 RUNTIME DESTINATION ${BIN_INSTALL_DIR}