<Guest50>
CMake Error: The source directory "D:/openFPGALoader/src" does not appear to contain CMakeLists.txt.
<Guest50>
Specify --help for usage, or press the help button on the CMake GUI.
<Guest50>
i dont understand
<Guest50>
npc-office@npc-office UCRT64 ~
<Guest50>
$ cmake -G Ninja D:\openFPGALoader\src
<Guest50>
-bash: cmake: command not found
<Guest50>
$ cmake -G Ninja D:\\openFPGALoader
<Guest50>
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
<Guest50>
Compatibility with CMake < 3.5 will be removed from a future version of
<Guest50>
CMake.
<Guest50>
Update the VERSION argument <min> value or use a ...<max> suffix to tell
<Guest50>
CMake that the project does not need compatibility with older versions.
<Guest50>
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
<Guest50>
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
<Guest50>
i set cmake_minimum_required(VERSION 3.5) and got : $ cmake -G Ninja D:\\openFPGALoader
<Guest50>
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
<Guest50>
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage