Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
None
-
None
-
None
Description
In the py module, the compilation fails when using cmake to execute make, but using make alone can build successfully
~/workspace/pzw/pzw_git/test/lib/py/build2 # make
Scanning dependencies of target python_build
[100%] Building Python library
/bin/sh: 1: setup.py: not found
CMakeFiles/python_build.dir/build.make:57: recipe for target 'CMakeFiles/python_build' failed
make[2]: *** [CMakeFiles/python_build] Error 127
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/python_build.dir/all' failed
make[1]: *** [CMakeFiles/python_build.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2