Skip to content

Commit

Permalink
cmake: add missing HAVE_NEON to config_auto.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Mar 27, 2023
1 parent de6d99d commit bbc2dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ file(APPEND ${AUTOCONFIG_SRC} "
#cmakedefine FAST_FLOAT ${FAST_FLOAT}
#cmakedefine DISABLED_LEGACY_ENGINE ${DISABLED_LEGACY_ENGINE}
#cmakedefine HAVE_TIFFIO_H ${HAVE_TIFFIO_H}
#cmakedefine HAVE_NEON ${HAVE_NEON}
#cmakedefine HAVE_LIBARCHIVE ${HAVE_LIBARCHIVE}
#cmakedefine HAVE_LIBCURL ${HAVE_LIBCURL}
#cmakedefine USE_OPENCL ${USE_OPENCL}
Expand Down

0 comments on commit bbc2dfc

Please sign in to comment.