sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Fix for making of Sol2_single on linux.

Open ipochto opened this issue 7 months ago • 0 comments

#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.

ipochto avatar Apr 05 '25 23:04 ipochto