From c04278ff84c2c4d9c54bbd43c1542e4eace40419 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 12 May 2026 16:32:40 +0200 Subject: Migrate Pkgtools char pointer fields to strings --- backend/CMakeLists.txt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'backend/CMakeLists.txt') diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index 259a3c6..c1153a5 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -17,15 +17,4 @@ include_directories(${CMAKE_BINARY_DIR}/generated/) target_link_libraries(backend PkgConfig::deps CURL::libcurl) -# configure_file( -# input: 'Slackware.conf.in', -# output: 'Slackware.conf', -# configuration: slackware_config_data, -# install: true, -# install_dir: join_paths(get_option('sysconfdir'), 'PackageKit'), -# ) - -# install_data( -# 'metadata.db', -# install_dir: join_paths(get_option('localstatedir'), 'cache', 'PackageKit', 'metadata'), -# ) +file(COPY metadata.db DESTINATION ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LOCALSTATEDIR}) -- cgit v1.2.3