Browse Source

Require correct cmake version everywhere

BtbN 11 years ago
parent
commit
b4982a5822
1 changed files with 1 additions and 5 deletions
  1. 1 5
      CMakeLists.txt

+ 1 - 5
CMakeLists.txt

@@ -1,8 +1,4 @@
-if(WIN32 OR APPLE)
-	cmake_minimum_required(VERSION 2.8.12)
-else()
-	cmake_minimum_required(VERSION 2.8.11)
-endif()
+cmake_minimum_required(VERSION 2.8.12)
 
 project(obs-studio)