Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
19 lines
884 B
Diff
19 lines
884 B
Diff
diff --git a/libgnucash/quotes/CMakeLists.txt b/libgnucash/quotes/CMakeLists.txt
|
|
index 7e42016629..7211663408 100644
|
|
--- a/libgnucash/quotes/CMakeLists.txt
|
|
+++ b/libgnucash/quotes/CMakeLists.txt
|
|
@@ -1,6 +1,6 @@
|
|
|
|
set(_BIN_FILES "")
|
|
-foreach(file gnc-fq-update.in finance-quote-wrapper.in)
|
|
+foreach(file finance-quote-wrapper.in)
|
|
string(REPLACE ".in" "" _OUTPUT_FILE_NAME ${file})
|
|
set(_ABS_OUTPUT_FILE ${BINDIR_BUILD}/${_OUTPUT_FILE_NAME})
|
|
configure_file( ${file} ${_ABS_OUTPUT_FILE} @ONLY)
|
|
@@ -26,4 +26,4 @@ add_custom_target(quotes-bin ALL DEPENDS ${_BIN_FILES})
|
|
install(FILES ${_MAN_FILES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
|
install(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|
|
|
-set_dist_list(quotes_DIST CMakeLists.txt gnc-fq-update.in finance-quote-wrapper.in README)
|
|
+set_dist_list(quotes_DIST CMakeLists.txt finance-quote-wrapper.in README)
|