-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Objective: Find and test the version of Yardl from within a CMake build environment.
Solution: Implement a CMake “Find” script for Yardl, similar to something like FindBISON.cmake:
https://cmake.org/cmake/help/latest/module/FindBISON.html
https://github.com/Kitware/CMake/blob/master/Modules/FindBISON.cmake
Essentially, it would just:
- Search for the yardl binary
- Run
yardl —versionand collect output - Pass the path and version to CMake’s
find_package_handle_standard_args, which ensures the version matches the one requested in CMakeLists.txt.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels