Make ASAN/TSAN/MSAN build types easier to discover
commit612f6089cb7337af55612b483c5559183b1c5758
authorSzilárd Páll <pall.szilard@gmail.com>
Wed, 24 Aug 2016 15:49:14 +0000 (24 17:49 +0200)
committerDavid van der Spoel <davidvanderspoel@gmail.com>
Sat, 27 Aug 2016 18:00:07 +0000 (27 20:00 +0200)
treeadf87ed4a9069041595df0cc18c654772318fb50
parentcf0ac6c0941c456a54d5ea3253e65460b9ab31e5
Make ASAN/TSAN/MSAN build types easier to discover

While these build types are indeed aimed at developers, realistically
not many will be interested in changing the build type from the default
"Release" except in rare cases. Therefore, along Debug or RelWithAssert,
it makes sense to list the other developer-oriented build types
ASAN, TSAN, and MSAN if nothing else for the benefit having docs in the
ccmake gui.

Change-Id: Ie54fc57a06aee3be996c9a8ff62e54a3ac284065
CMakeLists.txt