[CMake] Do not force TARGET_OS to be HOST_OS (#771)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 18 Apr 2018 04:43:39 +0000 (13:43 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 18 Apr 2018 04:43:39 +0000 (13:43 +0900)
commit388ea7b7899d45ceb13107a8a493ab5eaf850d8b
treed4c02bdd4dc72cc1abbbc5bedd0456e5f1843c8d
parentdb2ef067e585e03d4d3f8cd4401babca44671d4a
[CMake] Do not force TARGET_OS to be HOST_OS (#771)

Currently TARGET_OS was always forced to be HOST_OS.
It have not been an issue since all OS we handle was linux, so far.
For the future, we should TARGET_OS is set to HOST_OS only if it is not given.
CMakeLists.txt