Browse Source

CMake: Fix warning on Cygwin

pull/52/head
Max Bruckner 8 years ago
parent
commit
cfd0fb83d3
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -1,3 +1,4 @@
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
cmake_minimum_required(VERSION 2.8)
include(GNUInstallDirs)

Loading…
Cancel
Save