Explorar o código

Merge pull request #104 from mcclure/cmake

Require CMake 2.8.5, thus avoiding inscrutable error messages
Ivan Safrin %!s(int64=13) %!d(string=hai) anos
pai
achega
1c3efb9fbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dependencies/CMakeLists.txt

+ 1 - 1
Dependencies/CMakeLists.txt

@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5) # 2.8.5 needed for full URL support
 
 PROJECT(PolycodeDependencies)