From 39843bcfeb1190ce949b7909c247043a587bafe2 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p_const@bk.ru> Date: Sun, 29 Sep 2019 16:40:45 +0300 Subject: [PATCH] lib name err fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3529b03..9d775f9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (dap_udp_server C) if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) -# if ( NOT ( TARGET dap_core_server ) ) +# if ( NOT ( TARGET dap_server_core ) ) # add_subdirectory(libdap-server-core) # endif() -- GitLab