Skip to content

Commit 84460fb

Browse files
committed
[integrated instrumentation] minor doc fix
1 parent 4f73a58 commit 84460fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gnatcov/integrated_instr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ directory:
147147

148148
.. code-block:: sh
149149
150-
cmake .. -CMAKE_CXX_COMPILER=<my_project>/build/g++
150+
cmake .. -DCMAKE_CXX_COMPILER=<my_project>/build/g++
151151
152152
The default generator for CMake is "Unix Makefiles", so we can then run the
153153
build process with ``make``, and our executable which will produce a source trace

0 commit comments

Comments
 (0)