Use 'cmake --build' instead of make (#414)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 2 Jul 2018 01:24:00 +0000 (10:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 2 Jul 2018 01:24:00 +0000 (10:24 +0900)
commit80a950924d9a89197b20ca81fb7d51199664c8d4
tree7b42ca3cb87ce484a4b899c57a0928cc4a8163aa
parent90b3b3349bee751c4b1a9141b6fa2ac5395391d0
Use 'cmake --build' instead of make (#414)

This commit revises 'build' command scripts to use 'cmake --build'
instead of make.

This change will allow users to use other build system such as ninja.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
scripts/command/build
scripts/command/test