symengine.py
symengine.py copied to clipboard
cmake error: string sub-command STRIP requires two arguments.
SymEngine_DIR : /usr/local/lib/cmake/symengine
SymEngine Version : 0.9.0
CMake Error at cmake/FindPython.cmake:7 (string):
string sub-command STRIP requires two arguments.
Call Stack (most recent call first):
CMakeLists.txt:16 (find_package)
FYI: cmake finds Python fine with find_package now. There is no need to write Python discovery code.
The reason is that the 'python' command fails and you didn't handle the failure case and kept going.