Currently QuEST's CMake variables, such as BUILD_EXAMPLES and ENABLE_TESTING are defined globally with no prefix. This is fine when used in isolation but can become a bit of a hassle when QuEST is used as a dependency/ within a larger project.
These options should be prefixed to avoid clashes (e.g. QUEST_BUILD_EXAMPLES).