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

Commit

Permalink
Merge pull request #54 from facebookresearch/heiner/require-new-cmake
Browse files Browse the repository at this point in the history
Require cmake version >= 3.14
  • Loading branch information
Heinrich Kuttler authored Jul 23, 2020
2 parents c5868af + 63a6ab7 commit 48e016a
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.12)
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 48e016a

Please sign in to comment.