Fixed cmake warning related to WIN32 macro when configuring on cygwin
[platform/upstream/dbus.git] / cmake / CMakeLists.txt
index 52a48fd..51aa4f4 100644 (file)
@@ -1,3 +1,6 @@
+# we do not need to have WIN32 defined
+set(CMAKE_LEGACY_CYGWIN_WIN32 0)
+
 project(dbus)
 
 # we need to be up to date