Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Actually require only cmake version >= 3.14.
Browse files Browse the repository at this point in the history
Easy as pi!
  • Loading branch information
Heinrich Kuttler committed Jul 23, 2020
1 parent 6f92de9 commit 63a6ab7
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.17)
cmake_minimum_required(VERSION 3.14)
file(STRINGS "version.txt" NLE_VERSION)
project(nle VERSION ${NLE_VERSION})
message(STATUS "Building nle backend version: ${NLE_VERSION}")
Expand Down

0 comments on commit 63a6ab7

Please sign in to comment.