aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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)