diff options
Diffstat (limited to 'openmp/runtime/cmake/LibompExports.cmake')
-rw-r--r-- | openmp/runtime/cmake/LibompExports.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openmp/runtime/cmake/LibompExports.cmake b/openmp/runtime/cmake/LibompExports.cmake index cda31598cab..1893b9f1a2a 100644 --- a/openmp/runtime/cmake/LibompExports.cmake +++ b/openmp/runtime/cmake/LibompExports.cmake @@ -27,8 +27,7 @@ endif() libomp_append(libomp_suffix .s1 LIBOMP_STATS) libomp_append(libomp_suffix .ompt LIBOMP_OMPT_SUPPORT) if(${LIBOMP_OMPT_SUPPORT}) - libomp_append(libomp_suffix .no-ompt-blame IF_FALSE LIBOMP_OMPT_BLAME) - libomp_append(libomp_suffix .no-ompt-trace IF_FALSE LIBOMP_OMPT_TRACE) + libomp_append(libomp_suffix .optional LIBOMP_OMPT_OPTIONAL) endif() string(REPLACE ";" "" libomp_suffix "${libomp_suffix}") |