kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.5k stars 513 forks source link

Don't replace linker flags set by toolset and user #360

Closed kkm000 closed 2 years ago

kkm000 commented 2 years ago

CMAKE_EXE_LINKER_FLAGS is a user-facing cached variable; more so, possibly initialized by a toolset via CMAKE_EXE_LINKER_FLAGS_INIT. Augment it instead of overwriting.