Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

CMake Warning Regarding Policy CMP0153 in FindGengetopt.cmake #630

Closed
axel-grc opened this issue Nov 7, 2024 · 0 comments · Fixed by #631
Closed

CMake Warning Regarding Policy CMP0153 in FindGengetopt.cmake #630

axel-grc opened this issue Nov 7, 2024 · 0 comments · Fixed by #631

Comments

@axel-grc
Copy link
Contributor

axel-grc commented Nov 7, 2024

When running CMake (version 3.30.5) to configure the RTK project, the following warning appears:

CMake Warning (dev) at cmake/FindGengetopt.cmake:75 (exec_program):
Policy CMP0153 is not set: The exec_program command should not be called.
Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

Use execute_process() instead.
Call Stack (most recent call first):
applications/rtkamsterdamshroud/CMakeLists.txt:1 (WRAP_GGO)
This warning is for project developers. Use -Wno-dev to suppress it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant