From 850243e2a9271d0d4d974232e118e7cbdd39bd30 Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Fri, 27 Sep 2019 12:22:17 -0400 Subject: [PATCH] CMake: Remove unused option YAML_APPLE_UNIVERSAL_BIN --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9759b0..7d7b167 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,9 +26,6 @@ cmake_dependent_option(YAML_BUILD_SHARED_LIBS cmake_dependent_option(YAML_MSVC_SHARED_RT "MSVC: Build yaml-cpp with shared runtime libs (/MD)" ON "MSVC" OFF) -cmake_dependent_option(YAML_APPLE_UNIVERSAL_BIN - "Apple: Build yaml-cpp universal binary" OFF - "APPLE" OFF) set(yaml-cpp-type STATIC) if (YAML_BUILD_SHARED_LIBS)