NVIDIA-Genomics-Research / GenomeWorks

SDK for GPU accelerated genome assembly and analysis
https://clara-parabricks.github.io/GenomeWorks/
Apache License 2.0
284 stars 76 forks source link

[cmake] move version file configuration into base #572

Open tijyojwad opened 4 years ago

tijyojwad commented 4 years ago

The version.cpp.in file should be configured once as part of the base module, and all the modules should simply call into the version.hpp header. currently that file is being separately configured as part of cudapoa/cudamapper/etc.