(Build) Ensure Env options are expanded correctly 03/203503/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Apr 2019 09:15:06 +0000 (10:15 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Apr 2019 09:15:11 +0000 (10:15 +0100)
commit88fdfd143dd75f1549c41f8ef1be4ce68583ec25
tree092282e26454c1625a5547ce05ee2473bd2c5d61
parentecd65f980183df6d313ff68783c535446acb4679
(Build) Ensure Env options are expanded correctly

If CXXFLAGS was not set then it expanded to nothing causing an error.
The solution was to surround it by quotes so that it is evaluated
correctly within the if statement.

Change-Id: I410a0fe13882f13b4ad84e4f68db4a46dcb93037
build/tizen-cmake/CMakeLists.txt