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 5e9d2ac commit 7dcfec0Copy full SHA for 7dcfec0
chapter-06/recipe-02/fortran-c-example/CMakeLists.txt
@@ -57,7 +57,7 @@ vars_dict = {
57
'CMAKE_Fortran_COMPILER': '${CMAKE_Fortran_COMPILER}',
58
'CMAKE_C_COMPILER': '${CMAKE_C_COMPILER}',
59
}
60
-configure_file(input_file.resolve(), output_file.resolve(), vars_dict)
+configure_file(input_file, output_file, vars_dict)
61
")
62
63
find_package(PythonInterp QUIET REQUIRED)
0 commit comments