Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
CMake minimum version required was increased with apparently no reaso…
Browse files Browse the repository at this point in the history
…n. Reverted to 2.8.10.
  • Loading branch information
jplanasc committed Aug 3, 2018
1 parent faa00c6 commit 2ebc4c7
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 3.1)
cmake_minimum_required (VERSION 2.8.10)
project (neuromapp)


Expand Down

0 comments on commit 2ebc4c7

Please sign in to comment.