Skip to content

Commit e476ccc

Browse files
chore: update pybind option description
Co-authored-by: Jonas Rickert <[email protected]>
1 parent cfc3700 commit e476ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ option(ONNX_MLIR_INSTALL_HEADERS "Install onnx-mlir headers" ON)
1515
option(ONNX_MLIR_INSTALL_LIBS "Install onnx-mlir libraries" ON)
1616
option(ONNX_MLIR_INSTALL_PYTHON_EXTENSIONS "Install onnx-mlir python bindings" ON)
1717
option(ONNX_MLIR_ENABLE_PYRUNTIME_LIGHT "Set to ON for building Python driver of running the compiled model without llvm-project." OFF)
18-
option(ONNX_MLIR_ENABLE_PYBIND "Set to OFF for building without pybind11 or the relevant tests." ON)
18+
option(ONNX_MLIR_ENABLE_PYBIND "Set to OFF for building without pybind11 and features or tests depending on it." ON)
1919

2020
if (NOT ONNX_MLIR_ENABLE_PYBIND)
2121
set(ONNX_MLIR_ENABLE_PYRUNTIME_LIGHT OFF)

0 commit comments

Comments
 (0)