i am trying to start a small humble project and i decided to start on sfml, i do have some knowledge and expereince on cpp but not much on cmake and any of build process (._. srr) anyways here are the error
$ cmake ../
[ 11%] Performing download step (git clone) for 'sfml-populate'
Cloning into 'sfml-src'...
fatal: invalid reference: 2.8.x
CMake Error at sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake:61 (message):
Failed to checkout tag: '2.8.x'
gmake[2]: *** [CMakeFiles/sfml-populate.dir/build.make:102: sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/sfml-populate.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
CMake Error at /snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake:1918 (message):
Build step for sfml failed: 2
Call Stack (most recent call first):
/snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild)
/snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake:2145:EVAL:2 (__FetchContent_doPopulation)
/snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake:2145 (cmake_language)
/snap/cmake/1468/share/cmake-4.0/Modules/FetchContent.cmake:2384 (__FetchContent_Populate)
CMakeLists.txt:12 (FetchContent_MakeAvailable)
-- Configuring incomplete, errors occurred!
