[compiler] Remove newline character in CMakeLists.txt (#9367)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Wed, 4 Dec 2019 04:13:06 +0000 (13:13 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 4 Dec 2019 04:13:06 +0000 (13:13 +0900)
commitc2e18757ce0044761af6a8c4829d91b63c92d6df
treeafb479e2edbb51191f058d718fbf281598111a89
parent81c33212439e564238fa62d16410b0e929bc70dc
[compiler] Remove newline character in CMakeLists.txt (#9367)

This commit will substitute `\n` character to ` `,
since the blank works not only for linux but also for windows.

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
compiler/CMakeLists.txt