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

Commit

Permalink
Require cmake version >= 3.17.
Browse files Browse the repository at this point in the history
Upgrading from cmake version 3.13.1 made this error go away:

CMake Error at CMakeLists.txt:67 (install):
      install TARGETS given no RUNTIME DESTINATION for executable target
      "nethack".
  • Loading branch information
Heinrich Kuttler committed Jul 23, 2020
1 parent c5868af commit 6f92de9
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.17)
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 6f92de9

Please sign in to comment.