apcountryman/toolchain-avr-gcc

Overhaul CMake usage

Closed this issue · 0 comments

Overhaul CMake usage.

  • Replace FORCE and mark_as_advanced() with INTERNAL for settings users should not be able to change
  • Replace direct manipulation of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS with add_compile_options() and add_link_options()