1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Use CMake's FeatureSummary tool to provide more info about dependencies

This commit is contained in:
2015-07-28 20:41:28 -07:00
parent 3c9c2f2787
commit 5b6896123b
4 changed files with 183 additions and 27 deletions

View File

@ -19,6 +19,13 @@ endif()
# Test for Python Interpreter, which will be used for extra build scripts if available
find_package(PythonInterp)
set_package_properties(PythonInterp PROPERTIES
URL "http://www.python.org"
DESCRIPTION "Python Scripting language interpreter"
TYPE OPTIONAL
PURPOSE "Used to (re-)build some client resource files"
)
if(PYTHONINTERP_FOUND)
include(FindPythonModule)
# Test for Python modules needed to build resource.dat