Merge pull request #63 from tboudreaux/fix/test

Fixed eos, resourceManager, and approx8 Tests
This commit is contained in:
2025-06-12 11:24:40 -04:00
committed by GitHub

View File

@@ -2,7 +2,8 @@ yaml_cpp_cmake_options = cmake.subproject_options()
yaml_cpp_cmake_options.add_cmake_defines({
'CMAKE_POLICY_VERSION_MINIMUM': '3.5',
'BUILD_SHARED_LIBS': 'ON',
'CMAKE_SKIP_INSTALL_RULES': 'ON'
'CMAKE_SKIP_INSTALL_RULES': 'ON',
'YAML_CPP_BUILD_TESTS': 'OFF'
})
yaml_cpp_sp = cmake.subproject(
'yaml-cpp',