cmake BUGFIX expand macro correctly
diff --git a/nc_client.h.in b/nc_client.h.in
index 32a24ab..471b599 100644
--- a/nc_client.h.in
+++ b/nc_client.h.in
@@ -20,7 +20,7 @@
extern "C" {
#endif
-#cmakedefine SSH_TLS_MACRO
+@SSH_TLS_MACRO@
#include <libnetconf2/netconf.h>
#include <libnetconf2/log.h>
diff --git a/nc_server.h.in b/nc_server.h.in
index 5217662..2ef2e88 100644
--- a/nc_server.h.in
+++ b/nc_server.h.in
@@ -20,7 +20,7 @@
extern "C" {
#endif
-#cmakedefine SSH_TLS_MACRO
+@SSH_TLS_MACRO@
#include <libnetconf2/netconf.h>
#include <libnetconf2/log.h>