diff options
-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 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) |
43 | target_link_libraries(nc ${LIBTLS_LIBS}) | 43 | target_link_libraries(nc ${LIBTLS_LIBS} compat_obj) |
44 | 44 | ||
45 | if(ENABLE_NC) | 45 | if(ENABLE_NC) |
46 | if(ENABLE_LIBRESSL_INSTALL) | 46 | if(ENABLE_LIBRESSL_INSTALL) |