Remove MFC libraries from install tree.

This commit is contained in:
Bill Hoffman 2009-09-28 13:40:49 -04:00
parent 3a666595c9
commit 0f6c431180
1 changed files with 0 additions and 1 deletions

View File

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