diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-05-21 09:40:05 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-05-21 09:40:05 -0700 |
commit | 422b55f2bf0589324e8ac6d72107c0917a3f2490 (patch) | |
tree | 73bb7fa955300b0338f230b325b1d14a8c1eb714 /host/python/CMakeLists.txt | |
parent | 6a09f0b2758be6db90f0a5dff2b01deca31d4520 (diff) | |
download | uhd-422b55f2bf0589324e8ac6d72107c0917a3f2490.tar.gz uhd-422b55f2bf0589324e8ac6d72107c0917a3f2490.tar.bz2 uhd-422b55f2bf0589324e8ac6d72107c0917a3f2490.zip |
cmake: python: Remove stray message()
Diffstat (limited to 'host/python/CMakeLists.txt')
-rw-r--r-- | host/python/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/python/CMakeLists.txt b/host/python/CMakeLists.txt index 7c06c0923..7aae1dfeb 100644 --- a/host/python/CMakeLists.txt +++ b/host/python/CMakeLists.txt @@ -22,7 +22,6 @@ set(PYBIND11_INCLUDE_DIR STRING "Location of PyBind11 includes" ) -message(STATUS "${PYBIND11_INCLUDE_DIR}") include_directories(${PYBIND11_INCLUDE_DIR}) execute_process( COMMAND "${PYTHON_EXECUTABLE}" -c |