Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
rstudio
respect-system-yaml-cpp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File respect-system-yaml-cpp.patch of Package rstudio
Fetching should still respect RSTUDIO_USE_SYSTEM_YAML_CPP=ON. diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt index 5fa2649..f509421 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -197,7 +197,7 @@ endif() # yaml-cpp set(YAML_CPP_VERSION "0.8.0") set(YAML_CPP_REVISION "f7320141120f720aecc4c32be25586e7da9eb978") -if(CMAKE_VERSION VERSION_GREATER "3.14") +if(NOT RSTUDIO_USE_SYSTEM_YAML_CPP AND CMAKE_VERSION VERSION_GREATER "3.14") if(WIN32) add_definitions(-DYAML_CPP_STATIC_DEFINE)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor