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>