Skip to content

Commit

Permalink
Remove MFC libraries from install tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
billhoffman committed Sep 28, 2009
1 parent 3a66659 commit 0f6c431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeCPack.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 0f6c431

Please sign in to comment.