sandialabs / gr-fhss_utils

Bursty modem utilities
GNU General Public License v3.0
67 stars 27 forks source link

Build not honoring ENABLE_PYTHON=OFF #2

Closed boogachamp closed 4 years ago

boogachamp commented 4 years ago

When disabling Python/Swig gnuradio support the build fails.

Used cmake -DENABLE_PYTHON:BOOL=OFF flag to set

Fixed locally by wrapping the addition of subdirectories:

if (ENABLE_PYTHON) add_subdirectory(swig) add_subdirectory(python) endif(ENABLE_PYTHON)

jacobgilbert-snl commented 4 years ago

Fixed with 42c8527069c14c1bd971f5c722cec116f6e4b694