do not require python by default

This commit is contained in:
Radovan Bast
2015-06-20 15:49:13 +02:00
parent 0c5690a34a
commit 39d8b029db
2 changed files with 7 additions and 15 deletions

View File

@ -3,6 +3,8 @@
# Generates source code that echoes configuration and build
# information to the program output.
find_package(PythonInterp REQUIRED)
# generated cmake files will be written to this path
# only build info is generated
# everything else is static for the user