Skip to content

Conversation

@Rhys-T
Copy link
Contributor

@Rhys-T Rhys-T commented Nov 25, 2025

The exec_program command has been deprecated since CMake 3.0, in favor of execute_process.

This change will also fix the build failure in the Nixpkgs tic-80 derivation on macOS, although that's not really related to the deprecation. (Nixpkgs is using a fake xcrun command from xcbuild, which outputs a warning message before returning the SDK path. exec_command captures both stdout and stderr in the same variable, causing the warning to end up in the Makefile and breaking things. execute_process handles stdout and stderr separately, so it doesn't have this problem.)

@Kaleidosium
Copy link
Contributor

Relevant PR #2845

@nesbox nesbox merged commit df226e6 into nesbox:main Dec 2, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this to In progress in dev version 1.2 Dec 2, 2025
@github-project-automation github-project-automation bot moved this from In progress to Done in dev version 1.2 Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants