summarylogtreecommitdiffstats
path: root/cmake_swig.patch
blob: f65c7c31aec3fef6f9dd13c9b7bcbe8ea8847b8e (plain)
1
2
3
4
5
53c53,54
< GR_SWIG_INSTALL(TARGETS fosphor_swig DESTINATION ${GR_PYTHON_DIR}/gnuradio/fosphor)
---
> GR_SWIG_INSTALL(TARGETS fosphor_swig DESTINATION ${CMAKE_INSTALL_PREFIX}/${GR_PYTHON_DIR}/gnuradio/fosphor)
> message(STATUS "DEST: ${GR_PYTHON_DIR}")