open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

Only specify version number in one place #36

Closed kyllingstad closed 4 years ago

kyllingstad commented 4 years ago

The CSE CLI version number is specified in two places: The project() command in CMakeLists.txt and in src/main.cpp. It should only be given in one place, and propagate automatically to any other place where it's needed.