Lines Matching refs:ON
16 set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON)
55 set(LIBCXX_TARGETING_CLANG_CL ON)
59 set(LIBCXX_TARGETING_MSVC ON)
73 option(LIBCXX_ENABLE_SHARED "Build libc++ as a shared library." ON)
74 option(LIBCXX_ENABLE_STATIC "Build libc++ as a static library." ON)
75 option(LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY "Build libc++experimental.a" ON)
85 option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependencies" ON)
108 option(LIBCXX_INSTALL_HEADERS "Install the libc++ headers." ON)
109 option(LIBCXX_INSTALL_LIBRARY "Install the libc++ library." ON)
111 "Install the static libc++ library." ON
114 "Install the shared libc++ library." ON
116 option(LIBCXX_INSTALL_SUPPORT_HEADERS "Install libc++ support headers." ON)
118 "Install libc++experimental.a" ON
121 "Install libc++fs.a" ON
180 "Statically link the ABI library to static library" ON
184 "Statically link the ABI library to shared library" ON
198 set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE ON)
205 set(ENABLE_NEW_DELETE_DEFAULT ON)
210 # to ON. Once the GCC bug has been worked around this option should be changed
212 set(ENABLE_NEW_DELETE_DEFAULT ON)
231 option(LIBCXX_ENABLE_EXCEPTIONS "Use exceptions." ON)
232 option(LIBCXX_ENABLE_RTTI "Use run time type information." ON)
233 …LE_GLOBAL_FILESYSTEM_NAMESPACE "Build libc++ with support for the global filesystem namespace." ON)
234 option(LIBCXX_ENABLE_STDIN "Build libc++ with support for stdin/std::cin." ON)
235 option(LIBCXX_ENABLE_STDOUT "Build libc++ with support for stdout/std::cout." ON)
236 option(LIBCXX_ENABLE_THREADS "Build libc++ with support for threads." ON)
237 …BCXX_ENABLE_THREAD_UNSAFE_C_FUNCTIONS "Build libc++ with support for thread-unsafe C functions" ON)
240 This option may only be set to OFF when LIBCXX_ENABLE_THREADS=OFF." ON)
246 This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON." OFF)
249 This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON" OFF)
252 # FIXME: Turn -pedantic back ON. It is currently off because it warns
272 "-DLIBCXX_OVERRIDE_DARWIN_INSTALL=ON to suppress this behaviour.")
281 set(LIBCXX_CONFIGURE_IDE_DEFAULT ON)
298 # Ensure LIBCXX_ENABLE_MONOTONIC_CLOCK is set to ON only when
307 message(FATAL_ERROR "LIBCXX_HAS_PTHREAD_API can only be set to ON"
308 " when LIBCXX_ENABLE_THREADS is also set to ON.")
311 message(FATAL_ERROR "LIBCXX_HAS_EXTERNAL_THREAD_API can only be set to ON"
312 " when LIBCXX_ENABLE_THREADS is also set to ON.")
316 "to ON when LIBCXX_ENABLE_THREADS is also set to ON.")
319 message(FATAL_ERROR "LIBCXX_HAS_WIN32_THREAD_API can only be set to ON"
320 " when LIBCXX_ENABLE_THREADS is also set to ON.")
328 "LIBCXX_HAS_EXTERNAL_THREAD_API cannot both be ON at "
334 "set to ON at the same time.")
339 "set to ON at the same time.")
347 "set to ON at the same time.")
352 # is ON.
364 message(FATAL_ERROR "LIBCXX_BUILD_32_BITS=ON is not supported on this platform.")
485 set(LIBCXX_DEBUG_BUILD ON)
747 config_define(ON _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS)