We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
CMake Error at CMakeLists.txt:25 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:26 (include):
include could not find requested file:
CMake Error at /usr/share/cmake-3.28/Modules/SystemInformation.cmake:16 (file):
file failed to open for writing (Is a directory):
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
The text was updated successfully, but these errors were encountered: