Remove backwards compatibility for INSTALL_LIB

This commit is contained in:
Veeti Paananen 2012-10-20 02:59:40 +03:00
parent 291f712292
commit 88e0fc05d6

View File

@ -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}