CMake: FATAL_ERROR should not be in message string.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 2 Nov 2022 09:43:39 +0000 (18:43 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 3 Nov 2022 01:50:30 +0000 (10:50 +0900)
commit97f87cf98ecd7f85c920811805fdc39081db2ca5
tree4261261acc1e5e7ff447be9efe9ba304be498319
parent80a6c2995bef97c229d736a95e9cec245a29ad72
CMake: FATAL_ERROR should not be in message string.

It should be given as the optional mode argument.
Refer to https://cmake.org/cmake/help/v3.0/command/message.html

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt