[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

Re: [PATCH] libftdi: pass eeprom strings as const

2020-01-13 Thread Yegor Yefremov
On Tue, Jan 7, 2020 at 5:18 PM Dan Dedrick wrote: > > These strings are not modified and it doesn't make sense that they ever > would be. Setting these as const ensures that they will not be modified > and allows const strings to be passed in without special manipulation. > > Specifically a call l