Overhaul CMake usage
Closed this issue · 0 comments
apcountryman commented
Overhaul CMake usage.
- Replace
FORCE
andmark_as_advanced()
withINTERNAL
for settings users should not be able to change - Replace direct manipulation of
CMAKE_C_FLAGS
andCMAKE_CXX_FLAGS
withadd_compile_options()
andadd_link_options()