From 6067a28e4389b39fe985be82838b971dcd8dcb78 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p_const@bk.ru> Date: Mon, 4 Nov 2019 21:02:27 +0300 Subject: [PATCH] sub lang --- libdap-cuttdb/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdap-cuttdb/CMakeLists.txt b/libdap-cuttdb/CMakeLists.txt index 4f309c1..f9d44ce 100644 --- a/libdap-cuttdb/CMakeLists.txt +++ b/libdap-cuttdb/CMakeLists.txt @@ -22,7 +22,8 @@ endif() add_library(${PROJECT_NAME} STATIC ${cuttdb_h} ${cuttdb_src}) +set_target_properties(dap_cuttdb PROPERTIES LINKER_LANGUAGE C) + target_link_libraries(${PROJECT_NAME} -lpthread) target_include_directories(${PROJECT_NAME} INTERFACE src) - -- GitLab