From edd115a5a70c61f291f1a23d2c9cd97e2580dad6 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Fri, 8 Nov 2019 08:39:15 +0300 Subject: [PATCH] Windows build fixed --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4bf345..41ed09c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) option(BUILD_64 "Build for 64-bit? 'OFF' builds for 32-bit." ${DEFAULT_BUILD_64}) add_definitions ("-DDAP_SERVER") - add_definitions ("-DNODE_NETNAME=\"kelvin\"") + add_definitions ("-DNODE_NETNAME=\"cellframe\"") set(_CCOPT "-Wall -O2 -pg -fPIC -fno-pie -no-pie") set(_LOPT "-pg") -- GitLab