Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 20a03b8

Browse files
Simplify instructions for enabling a driver (#107)
1 parent 9e7ba7e commit 20a03b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If not, please try binary releases first.
5151
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
5252
make all && sudo make install
5353

54-
To enable a driver not enabled by default, either add `DEFAULT_ON` as argument to `add_driver()` in driver's `CMakeLists.txt file`, or set `BUILD_DRIVER_xxx:BOOL=ON` in CMakeCache.txt in the build directory.
54+
To enable a driver not enabled by default, add `-DBUILD_DRIVER_xxxx=ON` when calling `cmake`, where `xxxx` is the driver's name. Alternatively, one can also pass `DEFAULT_ON` as argument to `add_driver()` in driver's `CMakeLists.txt` file.
5555

5656
To run without installing, you must specify the drivers location as a parameter. E.g. when in build directory, use:
5757

0 commit comments

Comments
 (0)