mirror of https://github.com/DaveGamble/cJSON
CMake: Fix warning on Cygwin
This commit is contained in:
parent
c213f2eb58
commit
cfd0fb83d3
|
@ -1,3 +1,4 @@
|
||||||
|
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
Loading…
Reference in New Issue