1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-04 17:18:40 +00:00

better cmake for python

This commit is contained in:
Lu Wang 2012-09-07 13:36:32 +08:00
parent 83a3ca1124
commit c0937775c7

View File

@ -30,8 +30,7 @@ else()
endif()
message("Looking for libraries of python, which is required by fontforge, if you can link fontforge without python, you may disable this")
pkg_check_modules(PYTHON python)
pkg_check_modules(PYTHON python-2.7)
pkg_search_module(PYTHON python python-2.7)
set(PDF2HTMLEX_VERSION "0.3")
set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION})