powerof3 / PapyrusExtenderSSE

MIT License
62 stars 14 forks source link

Check for existence of CommonLibSSEPath #2

Closed alandtse closed 3 years ago

alandtse commented 3 years ago

Fixes bug where an unset CommonLibSSEPath would result in the build directory creating an infinite recursion of CommonLibSSE subdirectories. This would result in a Maximum recursion depth of 1000 exceeded cmake error and potentially make Windows unable to delete the build directory due to the path length.