commit de011e3e8cd46b6446b99eb38f3ee48159f339ea
parent ea86350e184ea60db387746228757adee34eddf0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Aug 2021 10:33:56 +0200
Set CMake minimum version to 3.1
CMake 2.8 is deprecated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(atrri C)
enable_testing()