-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using GR_LIBRARY_FOO function for versioning
- Loading branch information
Showing
3 changed files
with
38 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# - Try to find the cmake/Modules directory of an installed gnuradio | ||
# - This might be not the standard location | ||
# - Look for GrVersion.cmake | ||
|
||
find_path(GNURADIO_MODULE_DIRECTORY | ||
NAMES GrVersion.cmake | ||
HINTS ${CMAKE_INSTALL_PREFIX}/lib/cmake/gnuradio | ||
PATHS | ||
/usr/lib64/cmake/gnuradio | ||
/usr/lib/cmake/gnuradio | ||
) |
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