MITHaystack / digital_rf

Read, write, and interact with data in the Digital RF and Digital Metadata formats
Other
102 stars 31 forks source link

Digital RF 2.6.3 cmake issue #6

Closed tdgedenk closed 5 years ago

tdgedenk commented 5 years ago

When trying to upgrade to the latest version of drf I encounter when running the cmake .. command. Attached is a picture of my terminal.

drf_cmake_error

ryanvolz commented 5 years ago

This is due to the recent change, but it actually worked fine and is only a warning. This happens because it tries to find Python using a module that is only available on very recent versions of CMake; if it fails, it falls back to what it has done before. I will have to think about silencing the warning in some way so as not to alarm people.

ryanvolz commented 5 years ago

Quieted the warning with commit bbd9ad9.