CMake build, fix build with CPP_COMPILING, bug fixes#25
CMake build, fix build with CPP_COMPILING, bug fixes#25matlo607 wants to merge 3 commits intodougbradbury:masterfrom
Conversation
a4a558e to
30df5c7
Compare
|
Thanks for the PR. It's always good to know that something is being used! It's nice to see a C language source package distribution system. How prolific is Conan? While I appreciate the reformating, it makes this PR a chore to review. Any chance you would be willing to split the PR into a couple pieces? Reformating, CMAKE, and fixes? |
|
Conan is young but a dynamic community is building around it. Some big companies are beginning to adopt it. |
|
@dougbradbury , I split the commits. Please could you review the PRs ? |
|
@matlo607 Is there anything still relevant in this PR? |
c86a46c to
dbfc0d3
Compare
c69b30c to
276d7f5
Compare
|
@dougbradbury, I rebased the branch on master. |
I propose an alternative way to build CSlim using CMake and Conan. It creates a small dependency (
CONAN_PKG::CppUTestintests/CMakeLists.txt) on Conan that could be easily fixable by creating a package finder for CppUTest.To build it with conan, create a file
conanfile.txtat the root of the project with the following content.Create a
conanfile.pyin another directory and put the following content inside (NB: this file should be published in a separated git repository and uploaded to Conan Center to distribute it directly via Conan).And run: