dfeneyrou / palanteer

Visual Python and C++ nanosecond profiler, logger, tests enabler
Other
2.1k stars 88 forks source link

Fixed Python3_EXEUTABLE variable #2

Closed bareya closed 3 years ago

bareya commented 3 years ago

This PR resolves the building problem on Linux described in #1. CMake script relies on Python3_EXECUTABLE variable that is not set because find_package is not present. Execution of ./setup.py fails because script has no executable permissions.

dfeneyrou commented 3 years ago

Thanks! Indeed, this "find_package" was placed for the other python library (instrumentation), but not the scripting one.