Closed TakWolf closed 11 months ago
Can you try with the latest commit of the 1.x
branch instead of the 1.1.0
tag?
This should have been fixed already, but only recently (after the 1.1 release).
I changed it to the following version and it can be run. thanks!
FetchContent_Declare(TGUI
GIT_REPOSITORY https://github.com/texus/TGUI.git
GIT_TAG nightly_build
)
For each
SFML + TGUI
orSDL2
only by usingFetchContent
all running well.But use
SDL_OPENGL3 / SDL_RENDERER
will lead to the above errors.