Commit 9f7dfd83 by Zeno Gantner Committed by Haichen Shen

fix typos: 4x "disbale" to "disable" (#2865)

parent 51f638cf
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# #
# Possible values: # Possible values:
# - ON: enable CUDA with cmake's auto search # - ON: enable CUDA with cmake's auto search
# - OFF: disbale CUDA # - OFF: disable CUDA
# - /path/to/cuda: use specific path to cuda toolkit # - /path/to/cuda: use specific path to cuda toolkit
set(USE_CUDA OFF) set(USE_CUDA OFF)
...@@ -35,7 +35,7 @@ set(USE_CUDA OFF) ...@@ -35,7 +35,7 @@ set(USE_CUDA OFF)
# #
# Possible values: # Possible values:
# - ON: enable ROCM with cmake's auto search # - ON: enable ROCM with cmake's auto search
# - OFF: disbale ROCM # - OFF: disable ROCM
# - /path/to/rocm: use specific path to rocm # - /path/to/rocm: use specific path to rocm
set(USE_ROCM OFF) set(USE_ROCM OFF)
...@@ -55,7 +55,7 @@ set(USE_METAL OFF) ...@@ -55,7 +55,7 @@ set(USE_METAL OFF)
# #
# Possible values: # Possible values:
# - ON: enable Vulkan with cmake's auto search # - ON: enable Vulkan with cmake's auto search
# - OFF: disbale vulkan # - OFF: disable vulkan
# - /path/to/vulkan-sdk: use specific path to vulkan-sdk # - /path/to/vulkan-sdk: use specific path to vulkan-sdk
set(USE_VULKAN OFF) set(USE_VULKAN OFF)
...@@ -90,7 +90,7 @@ set(USE_GRAPH_RUNTIME_DEBUG OFF) ...@@ -90,7 +90,7 @@ set(USE_GRAPH_RUNTIME_DEBUG OFF)
# #
# Possible values: # Possible values:
# - ON: enable llvm with cmake's find search # - ON: enable llvm with cmake's find search
# - OFF: disbale llvm # - OFF: disable llvm
# - /path/to/llvm-config: enable specific LLVM when multiple llvm-dev is available. # - /path/to/llvm-config: enable specific LLVM when multiple llvm-dev is available.
set(USE_LLVM OFF) set(USE_LLVM OFF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment