mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove extraneous parameters from GNC_ADD_SCHEME_TARGETS
This commit is contained in:
@@ -50,17 +50,11 @@ INSTALL(FILES ${gnc_module_HEADERS} DESTINATION include/gnucash)
|
||||
SET (gnc_module_SCHEME gnc-module.scm)
|
||||
|
||||
SET(GUILE_OUTPUT_DIR gnucash)
|
||||
SET(GUILE_MODULES "")
|
||||
SET(GUILE_LOAD_DIRS "")
|
||||
SET(GUILE_LIBRARY_DIRS "")
|
||||
SET(GUILE_DEPENDS gnc-module)
|
||||
|
||||
GNC_ADD_SCHEME_TARGETS(scm-gnc-module
|
||||
"${gnc_module_SCHEME}"
|
||||
${GUILE_OUTPUT_DIR}
|
||||
"${GUILE_MODULES}"
|
||||
"${GUILE_LOAD_DIRS}"
|
||||
"${GUILE_LIBRARY_DIRS}"
|
||||
"${GUILE_DEPENDS}"
|
||||
FALSE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user