diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2019-05-23 11:39:06 -0400 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-05-28 16:31:55 -0700 |
commit | e018dd85e1cd3f21b6ca56ad064cf72ff5a74c0d (patch) | |
tree | 01f459bf45014514cad7839b124d918fc31d4b19 | |
parent | 8a7214c75359d9b599cccfbf12c1317e5a6d945d (diff) |
runtime swig: correct the destination for runtime_swigTargets.cmake
This destination matches that from GrMiscUtils.
-rw-r--r-- | gnuradio-runtime/swig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/swig/CMakeLists.txt b/gnuradio-runtime/swig/CMakeLists.txt index b78735930d..bade4beeaa 100644 --- a/gnuradio-runtime/swig/CMakeLists.txt +++ b/gnuradio-runtime/swig/CMakeLists.txt @@ -74,7 +74,7 @@ GR_PYTHON_INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/runtime_swig.py install(EXPORT runtime_swig-export FILE runtime_swigTargets.cmake NAMESPACE gnuradio:: - DESTINATION ${GR_LIBRARY_DIR}/cmake/gnuradio + DESTINATION ${GR_CMAKE_DIR} ) install( |