sol2
sol2 copied to clipboard
Fix for making of Sol2_single on linux.
#fixes this: https://github.com/ThePhD/sol2/issues/1687
According to cmake documentation FindPython3 module which called by:
find_package (Python3 ...)
sets Python3_EXECUTABLE instead of PYTHON_EXECUTABLE.
This changes PYTHON_EXECUTABLE variable name to Python3_EXECUTABLE.