Skip to content

Commit

Permalink
correct pytho to python
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Fan committed Jul 12, 2020
1 parent 6fd4c74 commit e65f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/chapter3/3.1-chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ find_package(PythonInterp REQUIRED)
$ cmake -D PYTHON_EXECUTABLE=/custom/location/python ..
```

这将指定非标准`/custom/location/pytho`安装目录中的Python可执行文件。
这将指定非标准`/custom/location/python`安装目录中的Python可执行文件。

**NOTE**:*每个包都是不同的,`Find<package>.cmake`模块试图提供统一的检测接口。当CMake无法找到模块包时,我们建议您阅读相应检测模块的文档,以了解如何正确地使用CMake模块。可以在终端中直接浏览文档,本例中可使用`cmake --help-module FindPythonInterp`查看。*

Expand Down

0 comments on commit e65f59e

Please sign in to comment.