Fix version in CMakeLists.txt#467
Fix version in CMakeLists.txt#467bsergean merged 2 commits intomachinezone:masterfrom lanthora:fix-version-in-cmakelists
Conversation
|
Maybe this version infos could be added inside the |
I don't know what the " Usually Linux users use the following command to compile and install: cmake ../
make
make installDo you mean to specify the version number through the parameter when executing the cmake command? cmake -DVERSION=x.x.x ../I don't think it's a good idea to let the user decide the version number. |
|
I mean the project command inside CMakeLists can have a version https://cmake.org/cmake/help/latest/command/project.html Which can be iseful as it is easily to see and have parameter dedicated by CMAke for this usage |
|
It looks ok now |
|
@bsergean IXHttpClientTest always fails recently, the master branch only modified the README file when all CIs failed last time. It may be a problem with the test server |
No description provided.