intel / pcm

Intel® Performance Counter Monitor (Intel® PCM)
BSD 3-Clause "New" or "Revised" License
2.83k stars 477 forks source link

CMake options prefix #794

Closed artiomn closed 4 months ago

artiomn commented 4 months ago

Probably is not a bad idea to add prefix to the options. I.e. INTEL_PCM_.

After this, the options will be named not like NO_ASAN, but like INTEL_PCM_NO_ASAN.

Why:

How:

P.S.: Probably CMake option command will be more natural and convenient to use than "ordinary variables".