Closed junka closed 2 months ago
I understand on a Unix-like system with CMake 2.8.12 CMAKE_CROSSCOMPILING
will not be defined and the workaround will not work, but will not affect other things.
I understand on a Unix-like system with CMake 2.8.12
CMAKE_CROSSCOMPILING
will not be defined and the workaround will not work, but will not affect other things.
Hi denis, Any better solution or what should I do for this pr.
One thing in this change that is inconsistent with the Autoconf logic is that it would skip the test without printing the reason. Also there should be a change log entry in the "building and testing" section. Please have a look.
Rebased and added the missing bits. This is going to be merged tomorrow.
just like what we did in configure.ac, skip check snprintf for cross compile.