summaryrefslogtreecommitdiff
path: root/CMakeCPack.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-28 13:40:49 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-28 13:40:49 -0400
commit0f6c431180f0e565ba65feffa2246ffdbec1ed4f (patch)
tree0293370f88c861d8cd855621414afecdd243afdd /CMakeCPack.cmake
parent3a666595c9b071566723ff465fea8c3db196bde7 (diff)
downloadcmake-0f6c431180f0e565ba65feffa2246ffdbec1ed4f.tar.gz
Remove MFC libraries from install tree.
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r--CMakeCPack.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake
index d76d0a2830..613bb9f036 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)