summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-23 14:40:17 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-24 14:40:58 (GMT)
commit70d8f0d0f4b85f234902a8ae4f380ca8b1edda85 (patch)
treea5b3a4c6be2bc0b059528b36023b12d2fac3d4e0 /Tests/SimpleInstall
parentd4a693a08385024175240a5543cc2a7bb7311966 (diff)
downloadCMake-70d8f0d0f4b85f234902a8ae4f380ca8b1edda85.zip
CMake-70d8f0d0f4b85f234902a8ae4f380ca8b1edda85.tar.gz
CMake-70d8f0d0f4b85f234902a8ae4f380ca8b1edda85.tar.bz2
Tests: Activate InstallRequiredSystemLibraries OpenMP libs
The SimpleInstall test performs a smoke test of this module. Activate the OpenMP code paths.
Diffstat (limited to 'Tests/SimpleInstall')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index 4cf7355..f8068b1 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -365,6 +365,7 @@ set(CPACK_PACKAGE_EXECUTABLES "SimpleInstall" "Simple Install")
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)
if(CTEST_TEST_CPACK)