]> git.lyx.org Git - lyx.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)
committerKornel Benko <kornel@lyx.org>
Thu, 28 Nov 2019 14:09:11 +0000 (15:09 +0100)
commitd17dfe6fb2cb58b4ae4ebe48f4361b924212d008
tree053bf6a1d66f03083c073e4cdbbec8e0877ad621
parent9de4b9ab34e07d50a85c555f2bdfa91713812f4b
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