Skip to content
  • Dylan Noblesmith's avatar
    cmake: make BUILD_SHARED_LIBS a visible option · af9be0b6
    Dylan Noblesmith authored
    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".
    
    llvm-svn: 149506
    af9be0b6
Loading