mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-07 23:45:04 +00:00
Fix submodule errors
This commit is contained in:
parent
d1e7fe4da0
commit
e65b63308f
15 changed files with 85 additions and 64 deletions
1
3rdparty/yaml-cpp/CMakeLists.txt
vendored
1
3rdparty/yaml-cpp/CMakeLists.txt
vendored
|
|
@ -12,5 +12,6 @@ set(YAML_CPP_BUILD_TESTS OFF CACHE BOOL "Enable testing" FORCE)
|
|||
set(YAML_CPP_BUILD_TOOLS OFF CACHE BOOL "Enable parse tools" FORCE)
|
||||
set(YAML_CPP_BUILD_CONTRIB OFF CACHE BOOL "Enable contrib stuff in library" FORCE)
|
||||
add_subdirectory(yaml-cpp EXCLUDE_FROM_ALL)
|
||||
target_compile_options(yaml-cpp PRIVATE -Wno-ignored-attributes -Wno-unused-value)
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX_OLD})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue