Closed ghost closed 2 years ago
I'm still on VS2019, where CMake works out of the box without an IDE. The error states something about a missing config, so did you try explicitly selecting e.g. a debug config? nd what CMake version are you using?
Thanks for reply,
latest just downloaded cmake, latest visual studion and the last commit from the current repo.
Can please suggest what you mean by debug config?
On Thu, Jun 2, 2022, 21:01 Sascha Willems @.***> wrote:
I'm still on VS2019, where CMake works out of the box without an IDE. The error states something about a missing config, so did you try explicitly selecting e.g. a debug config? nd what CMake version are you using?
— Reply to this email directly, view it on GitHub https://github.com/SaschaWillems/Vulkan/issues/952#issuecomment-1145156105, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARNHLCXXFI466VI66CNN6DDVNDZHHANCNFSM5XVNQWGA . You are receiving this because you authored the thread.Message ID: @.***>
You should use "-A x64" if you are trying to target 64bit. Win64 means nothing to CMake afaik
As @MattGuerrette noticed, the syntax for newer VS versions is slightly different. I have updated the build instructions accordingly.
Hello.
At root of fresh
master
branch git clone I've executed a commandI've got an error
How to fix it?
And, generally writing, I want just compile example and run one of them.
How to get this without IDE? Cmake must be enough.