aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-12-14 04:39:35 +0000
committerViktor Szakats <commit@vsz.me>2023-12-14 04:39:35 +0000
commitfccbb9b556e4922380c296ee03364fb2cde87d13 (patch)
treee353548978fc872a5125a953c7701b8c54417551 /apps
parent834434b27dfd02a51c6f71938eb6ec9096ec0b6c (diff)
downloadportable-fccbb9b556e4922380c296ee03364fb2cde87d13.tar.gz
portable-fccbb9b556e4922380c296ee03364fb2cde87d13.tar.bz2
portable-fccbb9b556e4922380c296ee03364fb2cde87d13.zip
nc needs compat_obj on some platforms
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt
index 868b797..7bbdb02 100644
--- a/apps/nc/CMakeLists.txt
+++ b/apps/nc/CMakeLists.txt
@@ -40,7 +40,7 @@ target_include_directories(nc
40 PUBLIC 40 PUBLIC
41 ../../include 41 ../../include
42 ${CMAKE_BINARY_DIR}/include) 42 ${CMAKE_BINARY_DIR}/include)
43target_link_libraries(nc ${LIBTLS_LIBS}) 43target_link_libraries(nc ${LIBTLS_LIBS} compat_obj)
44 44
45if(ENABLE_NC) 45if(ENABLE_NC)
46 if(ENABLE_LIBRESSL_INSTALL) 46 if(ENABLE_LIBRESSL_INSTALL)