Closed sudheerhebbale closed 4 months ago
why is the commit touching every line in the cmake file? Is it because of the end line return character?
Some unwanted ^M(ctrl-M) characters were removed using the vim editor, which shows changes to all lines. Hence github shows difference on all lines.
If you view the changes by using "Hide white spaces check box" next to the "conversations" dropdown, only the relevant changes will be shown.
Will this change be OK?
it should be okay, @bastibe should we merge this in?
should we merge this in?
Yes, it will help
Looks good to me!
One minor thing after the set of changes in the previous pull request, pertaining to extracting and formatting Python exception in lua.
The cmake file looks for Python 2.7. Currently Python 3 is more in vogue.
There is a cmake module FindPython available which first looks for availability of Python3 and then for Python2 in that order and locates appropriate development environment and libraries.
This change makes the build go through without any changes to CMakeLists.txt file, which otherwise was becoming necessary for Python 3 environments.
Request review and merger of this.