From 58a29ed46144e08a20d2958d80ecdd89440d7386 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sun, 11 Jun 2017 18:58:11 +0200 Subject: [PATCH] better error message if python-dev is missing; closes #197 --- modules/python_libs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python_libs.cmake b/modules/python_libs.cmake index d2dd601..d4e7b81 100644 --- a/modules/python_libs.cmake +++ b/modules/python_libs.cmake @@ -75,7 +75,7 @@ find_package_handle_standard_args(PythonLibs PYTHON_EXECUTABLE) if(NOT PYTHONLIBS_FOUND) - message(FATAL_ERROR "Could NOT find PythonLibs") + message(FATAL_ERROR "Could NOT find PythonLibs - did you install the python-dev package?") endif() # Hook-up script variables to cache variables