]> git.lyx.org Git - features.git/commit
Cmake build: Replace use of deprecated module PythonInterp
authorKornel Benko <kornel@lyx.org>
Thu, 28 Nov 2019 14:09:11 +0000 (15:09 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:46 +0000 (15:48 +0200)
commitb5466f8941097a0e0ed35e654777c51a2927ffb4
tree2ae83cd874366f78c11739b5d2217aba4bcd39c0
parent7b6c8d4f225085545a495c6cddeca8f09c6286ed
Cmake build: Replace use of deprecated module PythonInterp

Use find_package(Pytnon2 ..) and find_package(Python3 ...) instead

Patch from Patrick (pdvisschere@edpnet.be)
CMakeLists.txt