Why my project is set to aarch64 by default?
-
Why my project is set to aarch64 by default? How to change the default values?
In project->build->Current Configuration, CMAKE_CXX_COMPILER_TARGET is set to aarch64-w64-windows-gnu by default every time, and CMAKE_C_COMPILER_TARGET is set to aarch64-w64-windows-gnu by default every time.
I have to unset values every time I create a new project because my machine is based intel x86 CPU. How to change the default values?
Thanks!
-
Hi,
Not knowing what you installed, how you installed it and what you are configured is to few details to be able to help you.