ENH: add test for mfc

This commit is contained in:
Bill Hoffman 2006-04-10 13:52:22 -04:00
parent 6c13d60ec6
commit 3df8a59374
2 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,8 @@ IF(WIN32 AND NOT UNIX)
ENDIF(WIN32 AND NOT UNIX)
SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
INCLUDE(InstallRequiredSystemLibraries)
INCLUDE(CPack)
IF(APPLE AND NOT CTEST_TEST_CPACK)

View File

@ -158,6 +158,8 @@ IF(WIN32 AND NOT UNIX)
ENDIF(WIN32 AND NOT UNIX)
SET(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
SET(CMAKE_INSTALL_MFC_LIBRARIES 1)
INCLUDE(InstallRequiredSystemLibraries)
INCLUDE(CPack)
IF(APPLE AND NOT CTEST_TEST_CPACK)