OS: Windows 10 20H2
CMake gui: 3.20.1
SFML ver: 2.5.1
Compiler: mingW-w64 、TDM 、MSVS2019
description:
I'm compiling SFML with CMake , follows the guide 【
https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php】 online . And I've set all the neccessary environment variables .
Then I use CMake gui , set paths of source code and output , click 'Configure' button .
An error occurred while executing to
VORBIS and failed . Just like the image shows.
Then I use command line and `make` ,All of the libs are generated except audio . Who can tell me why??