From ac523c9248f9540264494477459e81df3ec1699a Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 30 Aug 2026 07:22:56 +0000 Subject: [PATCH] remove evil hacks: TODO: patch in later pr --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 190ccff508..5fca6d1cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,12 +27,6 @@ if (CXX_GCC AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "14.0") message(FATAL_ERROR "GCC versions older than 14.0 are not supported. Update your system, or use clang/clang++ instead.") endif() -if (OPENBSD) - # OpenBSD 7.8 broke libcxx when upgrading, so we must define the PSTL backend manually - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_LIBCPP_PSTL_BACKEND_SERIAL=1") - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_LIBCPP_PSTL_BACKEND_SERIAL=1") -endif() - # NetBSD: Fun for the whole family! if (NETBSD) set(ENV{PKG_CONFIG_PATH} "${PKG_CONFIG_PATH}:${CMAKE_SYSROOT}/usr/pkg/lib/ffmpeg7/pkgconfig")