SConstruct: remove CPPPATH entries for libyuv and json11 (#34504)

cleanup cpppath
pull/34505/head
Dean Lee 3 months ago committed by GitHub
parent cdf46e340f
commit 7792fee92c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      SConstruct

@ -185,8 +185,6 @@ env = Environment(
"#third_party/acados/include/blasfeo/include", "#third_party/acados/include/blasfeo/include",
"#third_party/acados/include/hpipm/include", "#third_party/acados/include/hpipm/include",
"#third_party/catch2/include", "#third_party/catch2/include",
"#third_party/libyuv/include",
"#third_party/json11",
"#third_party/linux/include", "#third_party/linux/include",
"#third_party", "#third_party",
"#msgq", "#msgq",

Loading…
Cancel
Save