Skip to content

Commit e6f0328

Browse files
committed
Fully revert cmake version string change
1 parent 64f03d4 commit e6f0328

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
2-
cmake_policy(SET CMP0060 OLD)
3-
cmake_policy(SET CMP0074 NEW)
1+
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
42
project(MMseqs CXX C)
53
message("-- Source Directory: ${CMAKE_CURRENT_SOURCE_DIR}")
64
message("-- Project Directory: ${PROJECT_SOURCE_DIR}")

0 commit comments

Comments
 (0)