Skip to content

Commit

Permalink
Add todo comment for future refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 6, 2024
1 parent 2d4af44 commit 6092f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/getdns/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def generate(self):
tc.variables["CMAKE_TRY_COMPILE_CONFIGURATION"] = str(self.settings.build_type)
if self.settings.compiler in ["clang", "apple-clang"]:
# INFO: https://github.com/getdnsapi/getdns/issues/544
# TODO: Change to extra_clfags when CCI only uses Conan 2.x
tc.blocks["cmake_flags_init"].template += '\nstring(APPEND CMAKE_C_FLAGS_INIT " -Wno-incompatible-function-pointer-types")'
if self.options.with_libidn2 and is_msvc(self):
# INFO: getdns_static.lib(convert.c.obj): error LNK2019: unresolved external symbol __imp_idn2_lookup_u8
Expand Down

0 comments on commit 6092f1d

Please sign in to comment.