Changeset: 6a8e952fcc02 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6a8e952fcc02
Modified Files:
monetdb5/modules/atoms/CMakeLists.txt
Branch: txtsim
Log Message:
CMakeList link Iconv lib if defined
diffs (11 lines):
diff --git a/monetdb5/modules/atoms/CMakeLists.txt
b/monetdb5/modules/atoms/CMakeLists.txt
--- a/monetdb5/modules/atoms/CMakeLists.txt
+++ b/monetdb5/modules/atoms/CMakeLists.txt
@@ -36,6 +36,7 @@ target_include_directories(atoms
target_link_libraries(atoms
PRIVATE
$<$<BOOL:${LibXml2_FOUND}>:LibXml2::LibXml2>
+ $<$<BOOL:${Iconv_FOUND}>:Iconv::Iconv>
stream
monetdb_config_header
mutils
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]