summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/install/InstallRequiredSystemLibraries.cmake
blob: 27ff68387538faadbb29d00264c34bd83ea4327c (plain)
1
2
3
4
5
6
7
8
9
10
enable_language(C)
set(CMAKE_INSTALL_MFC_LIBRARIES 1)
set(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
set(CMAKE_INSTALL_UCRT_LIBRARIES 1)
set(CMAKE_INSTALL_OPENMP_LIBRARIES 1)
include(InstallRequiredSystemLibraries)

# FIXME: This test emits warnings because InstallRequiredSystemLibraries
# doesn't currently work properly. The warnings have been suppressed in
# InstallRequiredSystemLibraries-stderr.txt. This needs to be fixed.