From 69fe1e6c0ba19a75005f7e1ea662ac4595971e7b Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Tue, 23 Jun 2026 21:21:50 +0200 Subject: Significantly reduce line count and code duplication --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d2d5b7c..497f394 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,7 @@ target_include_directories(drm++ SYSTEM set_target_properties(drm++ PROPERTIES CXX_STANDARD 20 - CXX_STANDARD_REQUIRED ON - CXX_VISIBILITY_PRESET hidden) + CXX_STANDARD_REQUIRED ON) set_target_properties(drm++ PROPERTIES SKIP_RPATH ON) -- cgit v1.3.1