$OpenBSD: patch-CMakeLists_txt,v 1.3 2019/11/17 00:14:36 cwen Exp $

Fix build with ports-gcc:
eg++: error: libgomp.spec: No such file or directory

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -526,7 +526,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID S
             endif()
         endif()
 
-        set(MY_C_FLAGS ${MY_C_FLAGS} -fopenmp)
     endif()
 
     if(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
