diff options
author | Ray Vine <[email protected]> | 2018-09-08 14:23:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-08 14:24:49 +0200 |
commit | 8063c4fe47de5f26d0fce48c36501b422efef4e3 (patch) | |
tree | 96201c19c578de69eb8fc1ec1e013a0346f24f98 /tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake | |
parent | 7849cd4016e7e7e18734a3fd67c3a73dccd4d764 (diff) | |
download | tdegraphics-8063c4fe47de5f26d0fce48c36501b422efef4e3.tar.gz tdegraphics-8063c4fe47de5f26d0fce48c36501b422efef4e3.zip |
Change the poppler test from 0.60 to 0.58
because the relevant code changes are related to 0.58
Signed-off-by: Ray Vine <[email protected]>
(cherry picked from commit 594387b4f345169662031732f2c9495d297be17d)
Diffstat (limited to 'tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake')
-rw-r--r-- | tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake b/tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake index de1426a0..6fa57f6d 100644 --- a/tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake +++ b/tdefile-plugins/dependencies/poppler-tqt/ConfigureChecks.cmake @@ -24,13 +24,13 @@ check_cxx_source_compiles(" HAVE_POPPLER_030 ) tde_restore( CMAKE_REQUIRED_INCLUDES CMAKE_REQUIRED_LIBRARIES ) -if( NOT DEFINED HAVE_POPPLER_060 ) - message( STATUS "Performing Test HAVE_POPPLER_060" ) - if( NOT POPPLER_VERSION VERSION_LESS "0.60" ) - set( HAVE_POPPLER_060 1 CACHE INTERNAL "" FORCE ) - message( STATUS "Performing Test HAVE_POPPLER_060 - Success" ) +if( NOT DEFINED HAVE_POPPLER_058 ) + message( STATUS "Performing Test HAVE_POPPLER_058" ) + if( NOT POPPLER_VERSION VERSION_LESS "0.58" ) + set( HAVE_POPPLER_058 1 CACHE INTERNAL "" FORCE ) + message( STATUS "Performing Test HAVE_POPPLER_058 - Success" ) else( ) - set( HAVE_POPPLER_060 "" CACHE INTERNAL "" FORCE ) - message( STATUS "Performing Test HAVE_POPPLER_060 - Failed" ) + set( HAVE_POPPLER_058 "" CACHE INTERNAL "" FORCE ) + message( STATUS "Performing Test HAVE_POPPLER_058 - Failed" ) endif( ) endif( ) |