TW-1543: cmake complains "test" is not a valid target (on arch linux)

- Thanks to Renato Alves.
This commit is contained in:
Paul Beckingham 2015-07-19 17:29:23 -04:00
parent db0cb5a555
commit ff53919af1
3 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,5 @@
cmake_minimum_required (VERSION 2.8)
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
if(POLICY CMP0037)
cmake_policy(SET CMP0037 OLD)
endif()
include (CheckFunctionExists)
include (CheckStructHasMember)