-
Hi all, Sorry for my stupid question, but I can not figure it out. How can I target it to 32bit windows? I am doing the following: Thank you in advance |
Beta Was this translation helpful? Give feedback.
Answered by
nmoinvaz
Sep 28, 2021
Replies: 1 comment 3 replies
-
Delete CMakeLists.txt and add "-A Win32" to your first cmake command. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nmoinvaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete CMakeLists.txt and add "-A Win32" to your first cmake command.