Fix RelWithAsserts build type, remove build type validation
authorPyry Haulos <phaulos@google.com>
Thu, 19 Mar 2015 18:39:44 +0000 (11:39 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 19 Mar 2015 18:39:44 +0000 (11:39 -0700)
commit1c35814649d13c1d0698f1ee881b123c1359c8de
tree912d12ec0983efb75f1c201d3a588c532a14bd7a
parent35636154851af6a3a76c864547350df83400ff41
Fix RelWithAsserts build type, remove build type validation

This change fixes typo (RELEASEWITHASSERTS -> RELWITHASSERTS) that
prevented cmake from choosing right optimization flags.

In addition build type validation has been removed since some project
file generators (MSVC generator for example) support multiple build
types and there is no build type defined at gen time.

Change-Id: I1f4856c029eb9dbfd2a4b665f204da00bf68e7e4
framework/delibs/cmake/Defs.cmake