Now I get:
$ ./cmake.bat
C:\Users\dougy\OneDrive\Attachments\Documents\BJT\src>"C:\Program Files\CMake\bin\cmake.exe" -D CMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" -D CMAKE_MAKE_PROGRAM:PATH="C:/Program Files (x86)/Dev-Cpp/MinGW64/bin/mingw32-make" -D CMAKE_CXX_COMPILER="gcc" -D CMAKE_CXX_FLAGS="-std=gnu++17"
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/mingw32/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/mingw32/bin/gcc.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:6 (find_package):
Could not find a configuration file for package "SFML" that is compatible
with requested version "2.6.2".
The following configuration files were considered but not accepted:
C:/SFML-2.6.2/lib/cmake/SFML/SFMLConfig.cmake, version: 2.6.2 (64bit)
-- Configuring incomplete, errors occurred!