Introduce 'ENABLE_STRICT_BUILD' option (#462)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 3 Jul 2018 02:01:09 +0000 (11:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 3 Jul 2018 02:01:09 +0000 (11:01 +0900)
commitcf2b42246cf8d6b59dc5c986b099eff63c73d647
tree6e9e40719b4d980d18de2588e4b96507edb88a07
parentfac421fccabcaba6f5a86e79be71c49b9a178148
Introduce 'ENABLE_STRICT_BUILD' option (#462)

* Introduce 'ENABLE_STRICT_BUILD' option

This commit introduces 'ENABLE_STRICR_BUILD' option which allows us to
detect compiler warnings as error.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix a typo (wraning -> warning)
CMakeLists.txt