From 63af35019ad6fb2f3b2fa81fabe4e3e5d9be46b1 Mon Sep 17 00:00:00 2001 From: Betsy McPhail Date: Wed, 22 Jul 2020 16:17:41 -0400 Subject: Tutorial: Add missing `language` option to literalinclude --- Help/guide/tutorial/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst index e42b4f0..d856a17 100644 --- a/Help/guide/tutorial/index.rst +++ b/Help/guide/tutorial/index.rst @@ -552,6 +552,7 @@ We also have to add the current binary directory to the list of include directories so that ``Table.h`` can be found and included by ``mysqrt.cxx``. .. literalinclude:: Step7/MathFunctions/CMakeLists.txt + :language: cmake :start-after: # state that we depend on our bin :end-before: # install rules -- cgit v0.12