We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f73a58 commit 84460fbCopy full SHA for 84460fb
doc/gnatcov/integrated_instr.rst
@@ -147,7 +147,7 @@ directory:
147
148
.. code-block:: sh
149
150
- cmake .. -CMAKE_CXX_COMPILER=<my_project>/build/g++
+ cmake .. -DCMAKE_CXX_COMPILER=<my_project>/build/g++
151
152
The default generator for CMake is "Unix Makefiles", so we can then run the
153
build process with ``make``, and our executable which will produce a source trace
0 commit comments