aboutsummaryrefslogtreecommitdiff
path: root/graphics/opensubdiv/files/patch-opensubdiv_CMakeLists.txt
blob: b47916caa6bb099053c1f4f6af9a5920768dc473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- opensubdiv/CMakeLists.txt.orig	2022-09-26 18:17:44 UTC
+++ opensubdiv/CMakeLists.txt
@@ -45,6 +45,8 @@ if (NOT NO_LIB)
     if( OPENMP_FOUND )
         if (CMAKE_COMPILER_IS_GNUCXX)
             list(APPEND PLATFORM_CPU_LIBRARIES gomp)
+        else()
+            list(APPEND PLATFORM_CPU_LIBRARIES OpenMP::OpenMP_CXX)
         endif()
     endif()