Fix wrong Boost library variable names.

This commit is contained in:
John Ralls 2020-05-11 12:35:42 -07:00
parent b9b51efa8d
commit 94fdc42f16

View File

@ -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}