Skip to content

cmake searches for /usr/lib/cmake/gnuradio-scopy/gnuradio-scopyTarget.cmake, but only /usr/lib/cmake/gnuradio-scopy/gnuradio-scopyTargets.cmake (with plural-s) exists, resulting in failure. (gr-scopy 3.10-branch.) #2025

Open
@dreirund

Description

@dreirund

gr-scopy, branch 3.10 installs /usr/lib/cmake/gnuradio-scopy/gnuradio-scopyTargets.cmake, but scopy searches for /usr/lib/cmake/gnuradio-scopy/gnuradio-scopyTarget.cmake (without the plural s) and thus fails:

-- Checking for module 'gnuradio-scopy'
--   Package 'gnuradio-scopy' not found
CMake Error at /usr/lib/cmake/gnuradio-scopy/gnuradio-scopyConfig.cmake:28 (include):
  include could not find requested file:

    /usr/lib/cmake/gnuradio-scopy/gnuradio-scopyTarget.cmake
Call Stack (most recent call first):
  plugins/m2k/CMakeLists.txt:96 (find_package)

Creating it as a symlink resolves the issue.

Regards!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions