Skip to content

Commit ceb126a

Browse files
committed
Enable LLVM_ENABLE_ONDISK_CAS for Windows by default
1 parent eff752e commit ceb126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
891891
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
892892
option (LLVM_ENABLE_TELEMETRY "Enable the telemetry library. If set to OFF, library cannot be enabled after build (eg., at runtime)" ON)
893893

894-
if(UNIX AND CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)
894+
if(CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)
895895
set(LLVM_ENABLE_ONDISK_CAS_default ON)
896896
else()
897897
set(LLVM_ENABLE_ONDISK_CAS_default OFF)

0 commit comments

Comments
 (0)