https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280396
Bug ID: 280396 Summary: Mk/Uses/cmake.mk: Disallow USE_CSTD and USE_CXXSTD Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: k...@freebsd.org Reporter: dii...@freebsd.org CC: arr...@freebsd.org, ports-b...@freebsd.org, tcber...@freebsd.org Created attachment 252215 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252215&action=edit Patch for cmake.mk As USE_CSTD and USE_CXXSTD settings can conflict with CMAKE_C_STANDARD, CMAKE_CXX_STANDARD and CMAKE_CXX_EXTENSIONS. Disallow usage and point users to utilize CMake's native support. -- You are receiving this mail because: You are the assignee for the bug.