-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace uses of exec_program with execute_process
As of CMake 3.28, uses of exec_program produce a deprecation warning suggesting to replace it with execute_process. See https://cmake.org/cmake/help/latest/policy/CMP0153.html
- Loading branch information
1 parent
1e911d4
commit cffaaed
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters