diff options
author | lns <matzeton@googlemail.com> | 2022-06-01 12:39:08 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-06-01 12:39:08 +0200 |
commit | 4f213a3910f0aa7012ed6047c9eff6ea4487a6b6 (patch) | |
tree | fcfe6270782a1bf3428fa96ea147a0a0d06ca71d /cmake/CMakeMillerBuild.cmake | |
parent | 722a720fdbc85e8d9107edd16e9d3be13b4a0de6 (diff) |
bump gcc to 9.5.0 (fixes build errors for gcc-12)
* add -Wno-address-of-packed-member
* reverted recent HTTP callback changes (not done yet)
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'cmake/CMakeMillerBuild.cmake')
-rw-r--r-- | cmake/CMakeMillerBuild.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CMakeMillerBuild.cmake b/cmake/CMakeMillerBuild.cmake index 0fc900c..6e5a3d9 100644 --- a/cmake/CMakeMillerBuild.cmake +++ b/cmake/CMakeMillerBuild.cmake @@ -42,6 +42,7 @@ set(DISTORM_PRE_SRC ${DISTORM_SRC} wstring.c textdefs.c CACHE INTERNAL "" FORCE) PrefixPath(DISTORM_SRC ${DISTORM_SRCDIR} ${DISTORM_SRC}) PrefixPath(DISTORM_PRE_SRC ${DISTORM_SRCDIR} ${DISTORM_PRE_SRC}) +include_directories(AFTER ${MILLER_SRCDIR}) include_directories(AFTER ${MILLER_HDRDIR}) include_directories(AFTER ${DISTORM_SRCDIR}) |