From d77fcdaeb249fb1b82703b3d033126cee2c3c3ec Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 24 May 2017 16:37:35 +0200 Subject: [PATCH] Fix: can't build rpm file Change-Id: Ie916acdb5402137ef861b3b442ac76a161374731 Signed-off-by: Romain Forlot --- default/cmake/common.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/default/cmake/common.cmake b/default/cmake/common.cmake index 78a0af9..77ef9ce 100644 --- a/default/cmake/common.cmake +++ b/default/cmake/common.cmake @@ -212,7 +212,6 @@ macro(rpm_package_build) # build rpm spec file from template configure_file(${TEMPLATE_RPM_DIR}/config.spec.in ${PROJECT_PKG_BUILD_DIR}/config.spec) - configure_file(${TEMPLATE_RPM_DIR}/config.xml.in ${PROJECT_PKG_ENTRY_POINT}/config.xml) add_custom_command(OUTPUT ${PROJECT_NAME}.spec DEPENDS ${PROJECT_TARGETS} -- 2.16.6