Explorar o código

Tests: Activate InstallRequiredSystemLibraries OpenMP libs

The SimpleInstall test performs a smoke test of this module.
Activate the OpenMP code paths.
Brad King %!s(int64=8) %!d(string=hai) anos
pai
achega
70d8f0d0f4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Tests/SimpleInstall/CMakeLists.txt

+ 1 - 0
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)