You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
383 B

  1. --- a/CMakeLists.txt 2020-07-01 00:06:07.784792469 +0100
  2. +++ b/CMakeLists.txt 2020-07-01 00:07:09.232511018 +0100
  3. @@ -520,7 +520,7 @@
  4. res = strptime(\"20070207111842\", \"%Y%m%d%H%M%S\", &tm);\n
  5. if (!res) return 1; return 0; }")
  6. -if (HAVE_STRPTIME)
  7. +if (HAVE_STRPTIME AND NOT CMAKE_CROSSCOMPILING)
  8. check_c_source_runs("${STRPTIME_TEST_SOURCE}" STRPTIME_WORKS)
  9. endif ()