Skip to content

Commit

Permalink
Require cmake 2.8.12 to be consistent with MMseqs2
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Sep 1, 2020
1 parent f615602 commit 65b02ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(plass CXX)
#set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/lib/mmseqs/cmake")
Expand Down

0 comments on commit 65b02ec

Please sign in to comment.