cmake: Use "set" instead of "option" for LLVM_ENABLE_LTO
authorJustin Bogner <mail@justinbogner.com>
Mon, 8 Feb 2016 21:55:19 +0000 (21:55 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 8 Feb 2016 21:55:19 +0000 (21:55 +0000)
commit740f2ca6725d16612ab4c108cddb850aaf0bcc1b
tree4b362ba388fc6aa28b30c96d5bca6f252121d573
parentd75b7181df3d2c1e6fcbf185b24aed53f25c2b7f
cmake: Use "set" instead of "option" for LLVM_ENABLE_LTO

Apparently option is for bools and cmake-gui will display this
strangely with option.

Pointed out by edward-san - thanks!

llvm-svn: 260154
llvm/cmake/modules/HandleLLVMOptions.cmake