Description
cmake version 3.28.3
I've run "cmake -S . -B build". The output was:
CMake Error at CMakeLists.txt:24 (include):
include could not find requested file:
SetCompilerFeatures
CMake Error at CMakeLists.txt:25 (include):
include could not find requested file:
SetCompilerWarnings
CMake Error at CMakeLists.txt:26 (include):
include could not find requested file:
SetPlatformFeatures
CMake Error at /usr/share/cmake-3.28/Modules/SystemInformation.cmake:16 (file):
file failed to open for writing (Is a directory):
asio/CppServer/
Call Stack (most recent call first):
CMakeLists.txt:27 (include)
Also, while trying to build on VS2022, i get similar errors (SetPlatformFeatures not found)
What am I doing wrong, or what;s the problem here pls ?
UPDATE installing gil is a PITA. Could this work without all python related stuff, just like a plain CMakeLists thing ?
UPDATE: after installing requirements, gil update, run unix.sh, here;s the output log:
https://gist.github.com/gecoool/70e27bfa4a1c911e58009dcb02284a85