mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix wrong Boost library variable names.
This commit is contained in:
parent
b9b51efa8d
commit
94fdc42f16
@ -216,8 +216,8 @@ add_dependencies (gnc-engine iso-4217-c)
|
||||
|
||||
target_link_libraries(gnc-engine
|
||||
gnc-core-utils
|
||||
${Boost_DATE_TIME_LIBRARIES}
|
||||
${Boost_REGEX_LIBRARIES}
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${ICU4C_I18N_LDFLAGS}
|
||||
${REGEX_LDFLAGS}
|
||||
${GMODULE_LDFLAGS}
|
||||
|
Loading…
Reference in New Issue
Block a user