https://github.com/MyGUI/mygui/blob/master/CMake/InstallRules.cmake#L105 I'm guessing this is problematic with sdl2 that's build statically. https://github.com/MyGUI/mygui/blob/master/CMake/Packages/SDL2FinderHelper.cmake isn't used here.
Also as an aside, I'm not sure why this is happening https://github.com/MyGUI/mygui/blob/master/CMake/Utils/MyGUIConfigTargets.cmake#L71
Doesn't seem like a blocker, I'm working through vcpkg PR errors microsoft/vcpkg#52862 and it came up... I may patch it out, not sure yet if they'll want me to, I just have it not allowed for static builds at this time.
I don't have the exact error detailed logs for the windows static builds, I just sent it to Claude to see if it could figure it out and it flagged sdl2 stuff and it does look like it would be a problem if trying to do this statically.
https://github.com/MyGUI/mygui/blob/master/CMake/InstallRules.cmake#L105 I'm guessing this is problematic with sdl2 that's build statically. https://github.com/MyGUI/mygui/blob/master/CMake/Packages/SDL2FinderHelper.cmake isn't used here.
Also as an aside, I'm not sure why this is happening https://github.com/MyGUI/mygui/blob/master/CMake/Utils/MyGUIConfigTargets.cmake#L71
Doesn't seem like a blocker, I'm working through vcpkg PR errors microsoft/vcpkg#52862 and it came up... I may patch it out, not sure yet if they'll want me to, I just have it not allowed for static builds at this time.
I don't have the exact error detailed logs for the windows static builds, I just sent it to Claude to see if it could figure it out and it flagged sdl2 stuff and it does look like it would be a problem if trying to do this statically.