Any user-settable variable can be defined with set:
set(OPT2 "Default" CACHE STRING "Helpstring")
so -march would be something like:
set(ARCH "" CACHE STRING "Architecture to tell gcc to optimize for (-march)")
Any user-settable variable can be defined with set:
set(OPT2 "Default" CACHE STRING "Helpstring")
so -march would be something like:
set(ARCH "" CACHE STRING "Architecture to tell gcc to optimize for (-march)")