summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake12
1 files changed, 5 insertions, 7 deletions
diff --git a/kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake b/kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake
index 99786378..b15057c9 100644
--- a/kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake
+++ b/kfile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake
@@ -1,11 +1,9 @@
# Poppler
-if( BUILD_KPDF )
- pkg_search_module( POPPLER poppler )
- if( POPPLER_FOUND )
- set( HAVE_POPPLER 1 )
- else( )
- tde_message_fatal( "poppler is required, but was not found on your system" )
- endif( )
+pkg_search_module( POPPLER poppler )
+if( POPPLER_FOUND )
+ set( HAVE_POPPLER 1 )
+else( )
+ tde_message_fatal( "poppler is required, but was not found on your system" )
endif( )
tde_save( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES )