$NetBSD: patch-CMakeLists.txt,v 1.7 2021/06/27 08:51:34 tnn Exp $

Don't generate the "version" file. It can get picked up as a
C++ header in the current directory.

--- CMakeLists.txt.orig	2021-06-08 13:44:14.000000000 +0000
+++ CMakeLists.txt
@@ -420,7 +420,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux|
     else()
         install(FILES res/synergy.desktop DESTINATION share/applications)
     endif()
-    generate_versionfile()
 endif()
 
 else()
