diff options
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/Misc.cmake | 2 | ||||
-rw-r--r-- | CMake/config.h.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMake/Misc.cmake b/CMake/Misc.cmake index 18b51841f..72bd61f14 100644 --- a/CMake/Misc.cmake +++ b/CMake/Misc.cmake @@ -45,7 +45,7 @@ function(add_vendor_file) VERBATIM ) - # Woud like to use ${AVF_OUTPUT} as target name, but then ninja gets + # Would like to use ${AVF_OUTPUT} as target name, but then ninja gets # cycles. add_custom_target(vendor-${AVF_OUTPUT} ALL DEPENDS ${out}) endfunction() diff --git a/CMake/config.h.in b/CMake/config.h.in index 6f39e2f58..7b068864c 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -63,6 +63,7 @@ #cmakedefine CONF_DIR "${CONF_DIR}" #cmakedefine LIBEXEC_DIR "${LIBEXEC_DIR}" #cmakedefine BIN_DIR "${BIN_DIR}" +#cmakedefine DPKG_DATADIR "${DPKG_DATADIR}" /* Group of the root user */ #cmakedefine ROOT_GROUP "${ROOT_GROUP}" |