Set build type to Debug if not given (#485)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 3 Jul 2018 10:51:28 +0000 (19:51 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 3 Jul 2018 10:51:28 +0000 (19:51 +0900)
commitb07078939ce73b90f325790a5c67fe3f0a143478
tree685f264ac9a67b0716616c2d36467d0912489825
parent285950202cc19e92962fec4c2d88767ccea12174
Set build type to Debug if not given (#485)

* Set build type to Debug if not given

This will set CMAKE_BUILD_TYPE to "Debug" if not given through arguments
- this will add -g compile option

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* message always
CMakeLists.txt