Remove references to cutecash

This commit is contained in:
Richard Cohen
2023-03-24 14:08:52 +00:00
parent 9b95419608
commit 7f1ce2b5e5
3 changed files with 1 additions and 12 deletions

View File

@@ -125,9 +125,3 @@ install(TARGETS gncmod-backend-xml
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
# ----
# Special normal (non-MODULE) library for cutecash only
add_library(gncmod-backend-xml-utils ${libgncmod_backend_xml_SOURCES})
target_link_libraries(gncmod-backend-xml-utils gnc-backend-xml-utils gnc-engine
gnc-core-utils ${LIBXML2_LDFLAGS} PkgConfig::GLIB2 ${ZLIB_LIBRARY})
target_compile_definitions (gncmod-backend-xml-utils PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.xml\" -DU_SHOW_CPLUSPLUS_API=0)