Re: [PATCH] CMake: reorder Python detection

2020-01-15 Thread Thomas Jarosch
Hi Yegor, You wrote on Mon, Jan 13, 2020 at 03:08:44PM +0100: > From: Yegor Yefremov > > PythonInterp should be detected before PythonLibs otherwise > CMake exits with the following message: > > Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) > > Signed-off-by: Yegor

[PATCH] CMake: reorder Python detection

2020-01-13 Thread yegorslists
From: Yegor Yefremov PythonInterp should be detected before PythonLibs otherwise CMake exits with the following message: Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) Signed-off-by: Yegor Yefremov --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1