mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
863 stars 461 forks source link

Python wrapper: update CMakeLists, and rename the module to 'pyiec61850' #480

Closed mbourhis closed 10 months ago

mbourhis commented 11 months ago
mbourhis commented 11 months ago

The compatibility check with different versions of CMake is in progress. Detailed results will be post here

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

mbourhis commented 11 months ago

This CMakeList has been tested, with success, on several Linux distro:

mbourhis commented 11 months ago

Hi @mzillgith, this PR is ready for a review if you want. The CMakeList for the Python wrapper and the README of the Python wrapper have been updated. This is for the development branch 'v1.6_develop'. Thank you