diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/nc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt index cc34ef3..f21c869 100644 --- a/apps/nc/CMakeLists.txt +++ b/apps/nc/CMakeLists.txt | |||
@@ -44,7 +44,7 @@ endif() | |||
44 | 44 | ||
45 | add_executable(nc ${NC_SRC}) | 45 | add_executable(nc ${NC_SRC}) |
46 | target_include_directories(nc PRIVATE . ./compat ../../include/compat) | 46 | target_include_directories(nc PRIVATE . ./compat ../../include/compat) |
47 | target_link_libraries(nc tls ${OPENSSL_LIBS}) | 47 | target_link_libraries(nc ${LIBTLS_LIBS}) |
48 | 48 | ||
49 | if(ENABLE_NC) | 49 | if(ENABLE_NC) |
50 | if(ENABLE_LIBRESSL_INSTALL) | 50 | if(ENABLE_LIBRESSL_INSTALL) |