rochjp
Results
3
comments of
rochjp
Yes it would. Thanks!
Fixed it by adding these 2 lines at the top of .\pyiec61850\CMakeLists.txt : ``` cmake_policy(SET CMP0078 OLD) cmake_policy(SET CMP0086 OLD) ```
One thing I failed to mention: I do have to clean the build folder for it to work 100% of the time. Didn't have to do that with Visual Studio...