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

Require cmake version >= 3.14 #54

Merged
merged 2 commits into from
Jul 23, 2020
Merged

Require cmake version >= 3.14 #54

merged 2 commits into from
Jul 23, 2020

Conversation

heiner
Copy link
Contributor

@heiner heiner commented Jul 23, 2020

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".

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".
@heiner heiner requested review from rockt and edran July 23, 2020 10:48
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 23, 2020
@edran edran changed the title Require cmake version >= 3.17. Require cmake version >= 3.14 Jul 23, 2020
Copy link
Contributor

@edran edran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy as pi!

😃

Regarding the PR, 3.14 is indeed the correct version to ensure compatibility. Sorry about that. CMake is supposed to warn us when there's a mismatch between minimum version and incompatible function calls, but this is probably a weird corner case and I didn't catch it myself either :(

@heiner
Copy link
Contributor Author

heiner commented Jul 23, 2020

Easy as pi!

😃

Regarding the PR, 3.14 is indeed the correct version to ensure compatibility. Sorry about that. CMake is supposed to warn us when there's a mismatch between minimum version and incompatible function calls, but this is probably a weird corner case and I didn't catch it myself either :(

No worries, and thanks for spotting my hidden joke.

@heiner heiner merged commit 48e016a into master Jul 23, 2020
@heiner heiner deleted the heiner/require-new-cmake branch July 23, 2020 11:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants