Commit 88e0fc05d6ae625b43cc5a6cd61d12624fb93b89

Veeti Paananen 2012-10-20T02:59:40

Remove backwards compatibility for INSTALL_LIB

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d69a84c..08e7b47 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}