From 0f6c431180f0e565ba65feffa2246ffdbec1ed4f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 28 Sep 2009 13:40:49 -0400 Subject: [PATCH] Remove MFC libraries from install tree. --- CMakeCPack.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index d76d0a283..613bb9f03 100644 --- a/CMakeCPack.cmake +++ b/CMakeCPack.cmake @@ -13,7 +13,6 @@ # If the cmake version includes cpack, use it IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") IF(EXISTS "${CMAKE_ROOT}/Modules/InstallRequiredSystemLibraries.cmake") - SET(CMAKE_INSTALL_MFC_LIBRARIES 1) OPTION(CMAKE_INSTALL_DEBUG_LIBRARIES "Install Microsoft runtime debug libraries with CMake." FALSE) MARK_AS_ADVANCED(CMAKE_INSTALL_DEBUG_LIBRARIES)