Unverified Commit 4dcfe542 authored by Pierre Hallot's avatar Pierre Hallot
Browse files

Remove CMAKE_LEGACY_CYGWIN_WIN32 which is not needed anymore

According to this from the mailing list, it is no longer required since the minimum cmake required is 3.0.

https://cmake.org/pipermail/cmake/2014-July/058048.html


"The code that emits the warning is run by "project()". Since you do not have an explicit project() call in your top-level CMakeLists.txt CMake adds one to the top implicitly. [1]
A project file that explicitly calls project() after requiring CMake >= 2.8.4 should make the warning go away."

Signed-off-by: default avatarPierre Hallot <hallotpierre@gmail.com>
parent 11360316
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment