When I try to build I get this error
and this warning
SFMLConfig.cmake is located in C:/Users/user/TGUI-CUSTOM/SFML-2.5.0/lib/cmake/SFML/
I'm all out of ideas...
Code Select
Severity Code Description Project File Line Suppression State
Error CMake Error at cmake/Dependencies.cmake:93 (message):
CMake couldn't find SFML.
Set SFML_DIR to the directory containing SFMLConfig.cmake (usually
something like SFML_ROOT/lib/cmake/SFML)
C:/Users/user/TGUI-CUSTOM/SFML-2.5.0/lib/cmake/SFML C:\Users\user\TGUI-CUSTOM\TGUI-0.10\cmake/Dependencies.cmake 93
and this warning
Code Select
Severity Code Description Project File Line Suppression State
Warning CMake Warning at cmake/Dependencies.cmake:74 (find_package):
Could not find a configuration file for package "SFML" that is compatible
with requested version "2".
The following configuration files were considered but not accepted:
C:/Users/user/TGUI-CUSTOM/SFML-2.5.0/lib/cmake/SFML/SFMLConfig.cmake, version: 2.5.0 (32bit) C:\Users\user\TGUI-CUSTOM\TGUI-0.10\cmake/Dependencies.cmake 74
SFMLConfig.cmake is located in C:/Users/user/TGUI-CUSTOM/SFML-2.5.0/lib/cmake/SFML/
I'm all out of ideas...