cmake: make BUILD_SHARED_LIBS a visible option
authorDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 14:49:39 +0000 (14:49 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Wed, 1 Feb 2012 14:49:39 +0000 (14:49 +0000)
commitbb7cd0cf31f845b9445b5fa35d0b52dd096609ad
tree921d28539a9ae38a619202b34e48debd427cebce
parent3a14d0f0fd50a16ad65e961713c20335e43a319a
cmake: make BUILD_SHARED_LIBS a visible option

It could only be specified on the commandline, and wouldn't show
up as an option in the GUI or when invoked via `cmake -i` at all.

This also tells CMake that it's a BOOL, rather than "UNINITIALIZED".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149506 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt