ENH: test install of debug libs
This commit is contained in:
parent
298b1491e6
commit
6e9b3f36eb
|
@ -329,6 +329,7 @@ ENDIF(UNIX AND NOT APPLE)
|
|||
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
|
||||
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
|
||||
SET(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
|
||||
INCLUDE(InstallRequiredSystemLibraries)
|
||||
INCLUDE(CPack)
|
||||
|
||||
|
|
|
@ -329,6 +329,7 @@ ENDIF(UNIX AND NOT APPLE)
|
|||
|
||||
SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
|
||||
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
|
||||
SET(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
|
||||
INCLUDE(InstallRequiredSystemLibraries)
|
||||
INCLUDE(CPack)
|
||||
|
||||
|
|
Loading…
Reference in New Issue