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

Merge pull request #504 from zrax/feature_summary

Use CMake's FeatureSummary tool to provide more info about dependencies
This commit is contained in:
2015-07-29 22:30:38 -04:00
5 changed files with 184 additions and 28 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