From 422b55f2bf0589324e8ac6d72107c0917a3f2490 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 21 May 2019 09:40:05 -0700 Subject: cmake: python: Remove stray message() --- host/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'host/python') 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 -- cgit v1.2.3