Browse Source

cmake: Fix wrong name of option

Xenofon Karamanos 4 tháng trước cách đây
mục cha
commit
f9bbac5167
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      cmake/dbschema.cmake

+ 2 - 2
cmake/dbschema.cmake

@@ -19,8 +19,8 @@ else()
     add_custom_target(dbschema_clean COMMENT "Cleaning schemas for all dbs...")
   endif()
 
-  option(XSLT_VALIDATE, "Enable schema validation during XSL transformations" ON)
-  option(XSLT_VERBOSE, "Enable verbose output for XSL transformations" OFF)
+  option(XSLT_VALIDATE "Enable schema validation during XSL transformations" ON)
+  option(XSLT_VERBOSE "Enable verbose output for XSL transformations" OFF)
 
   set(XSLTPROC_FLAGS --xinclude)
   if(NOT ${XSLT_VALIDATE})