Skip to content

Commit

Permalink
Lower required CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sude- committed Feb 14, 2016
1 parent fc88679 commit e00bb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project (lgogdownloader LANGUAGES CXX VERSION 2.26)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
Expand Down

0 comments on commit e00bb4d

Please sign in to comment.