You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(LIBUNICODE_BUILD_STATIC "libunicode: provide static library instead of dynamic [default: ${LIBUNICODE_BUILD_STATIC_DEFAULT}]"${LIBUNICODE_BUILD_STATIC_DEFAULT})
49
49
option(LIBUNICODE_USE_INTRINSICS "libunicode: Use SIMD extenstion during text read [default: ON]"ON)
50
-
option(LIBUNICODE_USE_STD_SIMD "libunicode: Use std::simd as SIMD extenstion during text read (takes precedence over own intrinsics) [default: ON]"${LIBUNICODE_USE_INTRINSICS})
50
+
option(LIBUNICODE_USE_STD_SIMD "libunicode: Use std::simd as SIMD extenstion during text read (takes precedence over own intrinsics) [default: ON]"ON)
51
51
option(LIBUNICODE_TABLEGEN_FASTBUILD "libunicode: Use fast table generation (takes more memory in final tables) [default: OFF]"OFF)
52
52
53
53
set(BENCHMARK_ENABLE_TESTING OFFCACHEBOOL"Enable testing of the benchmark library." FORCE)
set(LIBUNICODE_CMAKE_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/libunicode"CACHEPATH"Installation directory for cmake files, a relative path that will be joined with ${CMAKE_INSTALL_PREFIX} or an absolute path.")
167
171
set(LIBUNICODE_INSTALL_CMAKE_FILES ${MASTER_PROJECT}CACHEBOOL"Decides whether or not to install CMake config and -version files.")
0 commit comments