--- opensubdiv/CMakeLists.txt.orig	2025-10-24 17:23:59 UTC
+++ opensubdiv/CMakeLists.txt
@@ -28,6 +28,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()
 
