diff options
Diffstat (limited to 'lib/kross/ConfigureChecks.cmake')
-rw-r--r-- | lib/kross/ConfigureChecks.cmake | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/kross/ConfigureChecks.cmake b/lib/kross/ConfigureChecks.cmake new file mode 100644 index 00000000..05feb550 --- /dev/null +++ b/lib/kross/ConfigureChecks.cmake @@ -0,0 +1,17 @@ +############################################################################### +# Trinity KOffice # +# --------------- # +# This file is licensed under the terms of GNU GPL v3 or later. # +# Improvements and feedback are welcome. # +############################################################################### + +### Python #################################################################### +# FIXME: Kross Python plugin cannot be built since it is incompatible with +# Python >= 3. +if (WITH_KROSS_PYTHON) + tde_message_fatal("Kross is uncompatible with Python >= 3.") +endif() + +if (WITH_KROSS_RUBY) +# TODO +endif()
\ No newline at end of file |