summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/cmake/LibompMicroTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/cmake/LibompMicroTests.cmake')
-rw-r--r--openmp/runtime/cmake/LibompMicroTests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/cmake/LibompMicroTests.cmake b/openmp/runtime/cmake/LibompMicroTests.cmake
index dd24748766b..4087703f387 100644
--- a/openmp/runtime/cmake/LibompMicroTests.cmake
+++ b/openmp/runtime/cmake/LibompMicroTests.cmake
@@ -175,6 +175,7 @@ elseif(APPLE)
set(libomp_expected_library_deps /usr/lib/libSystem.B.dylib)
elseif(WIN32)
set(libomp_expected_library_deps kernel32.dll)
+ libomp_append(libomp_expected_library_deps psapi.dll LIBOMP_OMPT_SUPPORT)
else()
if(${MIC})
set(libomp_expected_library_deps libc.so.6 libpthread.so.0 libdl.so.2)
OpenPOWER on IntegriCloud