diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-26 13:22:26 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-26 13:22:26 -0700 |
commit | 039058608fec686dc19cacccefb8d425d7d94b26 (patch) | |
tree | 3df03aadc041c7b38505bf52f3941ca286f82b36 /man | |
parent | a1eff0bc5359d4defaf3f0e96742daaf36985f08 (diff) |
Use python, not python2, as name of python interpreter.
Partially reverts ba8f2c48b700a466a8cf7097d5f72d43372d4c37.
See #251.
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index b37966a..a63421f 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -1,4 +1,4 @@ -set(PYTHON python2) +set(PYTHON python) if (NOT MSVC) add_custom_target(man ALL |