[Cmake-commits] [cmake-commits] hoffman committed CMakeCPack.cmake 1.15 1.16
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Sep 28 13:40:53 EDT 2009
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv18017
Modified Files:
CMakeCPack.cmake
Log Message:
Remove MFC libraries from install tree.
Index: CMakeCPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeCPack.cmake,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** CMakeCPack.cmake 28 Sep 2009 15:41:50 -0000 1.15
--- CMakeCPack.cmake 28 Sep 2009 17:40:49 -0000 1.16
***************
*** 14,18 ****
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)
--- 14,17 ----
More information about the Cmake-commits
mailing list