Skip to content

Commit 7bf3908

Browse files
authored
Correct build options names in documentation
1 parent ea702c0 commit 7bf3908

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ Build Options
5959
+=========================+===================+===============+
6060
| FLASHLIGHT_BACKEND | CUDA, CPU, OPENCL | CUDA |
6161
+-------------------------+-------------------+---------------+
62-
| BUILD_DISTRIBUTED | ON, OFF | ON |
62+
| FL_BUILD_DISTRIBUTED | ON, OFF | ON |
6363
+-------------------------+-------------------+---------------+
64-
| BUILD_TESTS | ON, OFF | ON |
64+
| FL_BUILD_TESTS | ON, OFF | ON |
6565
+-------------------------+-------------------+---------------+
66-
| BUILD_EXAMPLES | ON, OFF | ON |
66+
| FL_BUILD_EXAMPLES | ON, OFF | ON |
6767
+-------------------------+-------------------+---------------+
6868
| CMAKE_BUILD_TYPE | CMake build types | Debug |
6969
+-------------------------+-------------------+---------------+

0 commit comments

Comments
 (0)