"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "ce47eac6f01538656cb3645baaab9db31581de22"
Commit 47d32aad authored by Andy Maloney's avatar Andy Maloney Committed by Jesse Beder
Browse files

CMake: Remove unused option YAML_APPLE_UNIVERSAL_BIN (#744)

parent 9d7e556e
...@@ -26,9 +26,6 @@ cmake_dependent_option(YAML_BUILD_SHARED_LIBS ...@@ -26,9 +26,6 @@ cmake_dependent_option(YAML_BUILD_SHARED_LIBS
cmake_dependent_option(YAML_MSVC_SHARED_RT cmake_dependent_option(YAML_MSVC_SHARED_RT
"MSVC: Build yaml-cpp with shared runtime libs (/MD)" ON "MSVC: Build yaml-cpp with shared runtime libs (/MD)" ON
"MSVC" OFF) "MSVC" OFF)
cmake_dependent_option(YAML_APPLE_UNIVERSAL_BIN
"Apple: Build yaml-cpp universal binary" OFF
"APPLE" OFF)
set(yaml-cpp-type STATIC) set(yaml-cpp-type STATIC)
if (YAML_BUILD_SHARED_LIBS) if (YAML_BUILD_SHARED_LIBS)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment