Remove MFC libraries from install tree.
This commit is contained in:
parent
3a666595c9
commit
0f6c431180
@ -13,7 +13,6 @@
|
|||||||
# If the cmake version includes cpack, use it
|
# If the cmake version includes cpack, use it
|
||||||
IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
|
IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
|
||||||
IF(EXISTS "${CMAKE_ROOT}/Modules/InstallRequiredSystemLibraries.cmake")
|
IF(EXISTS "${CMAKE_ROOT}/Modules/InstallRequiredSystemLibraries.cmake")
|
||||||
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
|
|
||||||
OPTION(CMAKE_INSTALL_DEBUG_LIBRARIES
|
OPTION(CMAKE_INSTALL_DEBUG_LIBRARIES
|
||||||
"Install Microsoft runtime debug libraries with CMake." FALSE)
|
"Install Microsoft runtime debug libraries with CMake." FALSE)
|
||||||
MARK_AS_ADVANCED(CMAKE_INSTALL_DEBUG_LIBRARIES)
|
MARK_AS_ADVANCED(CMAKE_INSTALL_DEBUG_LIBRARIES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user