summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 0f733c0..253fd69 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -54,3 +54,9 @@ check_cxx_source_compiles(
if( NOT HAVE_SSTREAM AND NOT HAVE_STRSTREAM )
message(FATAL_ERROR "\nsstream or strstream support is required, but not found on your system." )
endif( )
+
+# check for tqscintilla
+pkg_search_module( TQSCINTILLA tqscintilla )
+if( NOT TQSCINTILLA_FOUND )
+ tde_message_fatal( "tqscintilla is required, but was not found on your system" )
+endif( )