Changeset: 547ae0132fe5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/547ae0132fe5
Modified Files:
        clients/examples/C/CMakeLists.txt
Branch: ascii-flag
Log Message:

Tell streamcat where to find iconv.


diffs (20 lines):

diff --git a/clients/examples/C/CMakeLists.txt 
b/clients/examples/C/CMakeLists.txt
--- a/clients/examples/C/CMakeLists.txt
+++ b/clients/examples/C/CMakeLists.txt
@@ -45,13 +45,15 @@ add_executable(streamcat
 
 target_include_directories(streamcat
   PRIVATE
+  $<$<BOOL:${Iconv_IS_BUILT_IN}>:${CMAKE_REQUIRED_INCLUDES}>
   ../../mapiclient)
 
 target_link_libraries(streamcat
   PRIVATE
   monetdb_config_header
   stream
-  $<$<BOOL:${CURL_FOUND}>:CURL::libcurl>)
+  $<$<BOOL:${CURL_FOUND}>:CURL::libcurl>
+  $<$<BOOL:${Iconv_FOUND}>:Iconv::Iconv>)
 
 add_executable(testcondvar
   testcondvar.c)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to