File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
chapter-06/recipe-02/fortran-c-example
chapter-12/recipe-03/cxx-example/docs Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ vars_dict = {
57
57
'CMAKE_Fortran_COMPILER': '${CMAKE_Fortran_COMPILER} ',
58
58
'CMAKE_C_COMPILER': '${CMAKE_C_COMPILER} ',
59
59
}
60
- configure_file(input_file.resolve() , output_file.resolve() , vars_dict)
60
+ configure_file(input_file, output_file, vars_dict)
61
61
" )
62
62
63
63
find_package (PythonInterp QUIET REQUIRED )
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ OPTIMIZE_FOR_FORTRAN = NO
45
45
OPTIMIZE_OUTPUT_VHDL = NO
46
46
EXTENSION_MAPPING =
47
47
MARKDOWN_SUPPORT = YES
48
- TOC_INCLUDE_HEADINGS = 0
49
48
AUTOLINK_SUPPORT = YES
50
49
BUILTIN_STL_SUPPORT = NO
51
50
CPP_CLI_SUPPORT = NO
@@ -206,7 +205,6 @@ HTML_COLORSTYLE_HUE = 220
206
205
HTML_COLORSTYLE_SAT = 100
207
206
HTML_COLORSTYLE_GAMMA = 80
208
207
HTML_TIMESTAMP = NO
209
- HTML_DYNAMIC_MENUS = YES
210
208
HTML_DYNAMIC_SECTIONS = NO
211
209
HTML_INDEX_NUM_ENTRIES = 100
212
210
GENERATE_DOCSET = NO
@@ -364,7 +362,6 @@ DOTFILE_DIRS =
364
362
MSCFILE_DIRS =
365
363
DIAFILE_DIRS =
366
364
PLANTUML_JAR_PATH =
367
- PLANTUML_CFG_FILE =
368
365
PLANTUML_INCLUDE_PATH =
369
366
DOT_GRAPH_MAX_NODES = 50
370
367
MAX_DOT_GRAPH_DEPTH = 0
You can’t perform that action at this time.
0 commit comments