SVN_SILENT simplify

svn path=/trunk/KDE/kdegraphics/okular/; revision=741358
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 8a3af5a02a
commit 34ef597517
  1. 6
      OkularConfigureChecks.cmake

@ -4,11 +4,11 @@ option(
"Forces okular to check for DRM to decide if you can copy/print protected pdf. (default=no)"
OFF
)
if(OKULAR_FORCE_DRM STREQUAL "ON")
if (OKULAR_FORCE_DRM)
set(_OKULAR_FORCE_DRM 1)
else(OKULAR_FORCE_DRM STREQUAL "ON")
else (OKULAR_FORCE_DRM)
set(_OKULAR_FORCE_DRM 0)
endif(OKULAR_FORCE_DRM STREQUAL "ON")
endif (OKULAR_FORCE_DRM)
# at the end, output the configuration
configure_file(

Loading…
Cancel
Save