Skip to content
Snippets Groups Projects
Commit 8122214c authored by James Johnston's avatar James Johnston
Browse files

cmake: Set CMAKE_LEGACY_CYGWIN_WIN32 to 0.

This is necessary to satisfy a warning in
Modules/Platform/CYGWIN.cmake.

Change-Id: If5b5a661d3b82f4f3542ed34e96e4ccff4cbce8d
parent 52788bb8
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ ENDIF()
IF(POLICY CMP0056)
CMAKE_POLICY(SET CMP0056 NEW)
ENDIF()
SET(CMAKE_LEGACY_CYGWIN_WIN32 0)
#-----------------------------------------------------------------------------
# If a namespace is not specified, use "kwsys" and enable testing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment