- Changes FindPython to FindPython3
- Disables BUILD_DOC when building the Python library
- Fixes issue with VERSION_STRING, it could not be passed as a CMake option, because the default was set to a boolean value, which could not be changed to a string.
- Adds LANGUAGES to CMake's project() definition
- Use sscanf on unix platforms in STLReader
- Use RelWithDebInfo for release builds, and ad...