Closed fschutt closed 2 years ago
I've followed the instructions exactly, using cmake-init v0.24.0. But when I do cd cpptest && cmake --preset=dev, I only get the error:
cd cpptest && cmake --preset=dev
CMake Error: Could not read presets from C:/Users/Felix Schütt/Development/cpptest: Unrecognized "version" field
I've uploaded the code generated by cmake-init here for debugging: https://github.com/fschutt/cpptest
cmake 3.19.1 cmake-init 0.24.0 Windows 8.1 clang 12.0.0 target: x86_64-pc-windows-msvc
Install:
Make sure you have these programs installed: CMake 3.20 or newer
Make sure you have these programs installed:
Reason: #34's closing commit
I've followed the instructions exactly, using cmake-init v0.24.0. But when I do
cd cpptest && cmake --preset=dev
, I only get the error:I've uploaded the code generated by cmake-init here for debugging: https://github.com/fschutt/cpptest
cmake 3.19.1 cmake-init 0.24.0 Windows 8.1 clang 12.0.0 target: x86_64-pc-windows-msvc