Skip to content

Commit

Permalink
[build] cmake_minimum_required is now 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed May 20, 2024
1 parent f4803fa commit 6e5f769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.0)
# TODO: check what should be changed in the file after migration from cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)

project(NGS)

# TOOD: check how not to use hard coded include and lib directories.
Expand Down

0 comments on commit 6e5f769

Please sign in to comment.