diff options
author | elms <elms@freshred.net> | 2020-08-25 07:53:30 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-20 09:57:40 -0400 |
commit | ce5ae4863b56c84d6bf3d5c45ea07d8b45544c82 (patch) | |
tree | b9c75c57e4623bde418ade6f8783f3c774a27499 /cmake | |
parent | 0f045e515352973a4effe5dc50b7bccf7b1ae371 (diff) |
Remove hardcoded GR_PYTHON_DIR
GrPython.cmake now sets the default correctly thanks to #2939
Closes #3729
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/GnuradioConfig.cmake.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Modules/GnuradioConfig.cmake.in b/cmake/Modules/GnuradioConfig.cmake.in index c36181cdb5..74815b9ee1 100644 --- a/cmake/Modules/GnuradioConfig.cmake.in +++ b/cmake/Modules/GnuradioConfig.cmake.in @@ -35,7 +35,6 @@ find_dependency(Volk) set(ENABLE_PYTHON @ENABLE_PYTHON@ CACHE BOOL "Enable Python & pybind11 Bindings") if(${ENABLE_PYTHON}) set(PYTHON_EXECUTABLE @PYTHON_EXECUTABLE@) - set(GR_PYTHON_DIR @GR_PYTHON_DIR@) include(GrPython) endif() |