CMake: configure default string values of options properly
Because cmake configures defaults values as ON or OFF only,
string values as default doesn't work.
Thus, when it is set "OFF", we need to re-set the values.
Fixes #14400
Signed-off-by:
MyungJoo Ham <myungjoo.ham@samsung.com>
Loading
Please sign in to comment