Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CMake CMP0153 #1102

Closed
pramsey opened this issue Jun 5, 2024 · 1 comment
Closed

CMake CMP0153 #1102

pramsey opened this issue Jun 5, 2024 · 1 comment

Comments

@pramsey
Copy link
Member

pramsey commented Jun 5, 2024

CMP0153

.. versionadded:: 3.28

The exec_program() command should not be called.

This command has long been superseded by the execute_process()
command and has been deprecated since CMake 3.0.

CMake >= 3.28 prefer that this command never be called.
The OLD behavior for this policy is to allow the command to be called.
The NEW behavior for this policy is to issue a FATAL_ERROR when the
command is called.

This policy was introduced in CMake version 3.28.
It may be set by cmake_policy() or cmake_minimum_required().
If it is not set, CMake warns, and uses OLD behavior.

.. note::
The OLD behavior of a policy is
deprecated by definition
and may be removed in a future version of CMake.

@rouault
Copy link
Contributor

rouault commented Jul 10, 2024

It looks like this issue can now be closed

@pramsey pramsey closed this as completed Jul 10, 2024
strk added a commit that referenced this issue Oct 30, 2024
strk added a commit that referenced this issue Oct 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants