Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch to fix pmt linker error on windows #18

Closed
guruofquality opened this issue Sep 9, 2018 · 1 comment
Closed

patch to fix pmt linker error on windows #18

guruofquality opened this issue Sep 9, 2018 · 1 comment

Comments

@guruofquality
Copy link
Member

pmt is a required component, its exposed in the headers/API and needed by the swig compile

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5dd8f5..b45581c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,7 +124,7 @@ endif(APPLE)
 find_package(Doxygen)
 
 MESSAGE(STATUS "Configuring GNU Radio C++ Libraries...")
-set(GR_REQUIRED_COMPONENTS RUNTIME)
+set(GR_REQUIRED_COMPONENTS RUNTIME PMT)
 set(MIN_GR_VERSION "3.7.8")
 find_package(Gnuradio REQUIRED)
 if("${Gnuradio_VERSION}" VERSION_LESS MIN_GR_VERSION)
@gracid
Copy link
Collaborator

gracid commented Feb 11, 2019

Added in 17e7996 commit.

@gracid gracid closed this as completed Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants