Home
last modified time | relevance | path

Searched refs:cmake_option (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py202 def OptionsAreEqual(bazel_option, cmake_option, warnings_as_errors): argument
204 if cmake_option.name in CMAKE_ONLY_ALLOWLIST:
208 elif cmake_option is None:
213 elif not bazel_option.matches(cmake_option):