The documentation states that the following CMake flag can be used to disable tests: ``` -DNW_GRAPH_BUILD_TESTS=OFF ``` However, the variable inside the `CMakeLists.txt` implementation files is called `NWGRAPH_BUILD_TESTS` (no underscore between `NW` and `GRAPH`).