diff options
author | Christian Parpart <christian@ethereum.org> | 2018-12-20 00:28:05 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-20 16:02:00 +0800 |
commit | 639622c6d7b3c449252962cc16cf5274e4fcbafc (patch) | |
tree | 1858056b127634ec51a309a5f129a8d5f7772f17 /ReleaseChecklist.md | |
parent | b5548280388f769d291d4007dd456805a6e4d339 (diff) | |
download | dexon-solidity-639622c6d7b3c449252962cc16cf5274e4fcbafc.tar.gz dexon-solidity-639622c6d7b3c449252962cc16cf5274e4fcbafc.tar.zst dexon-solidity-639622c6d7b3c449252962cc16cf5274e4fcbafc.zip |
cmake: Do not depend on a C compiler to be present by explicitly stating that this is a C++ project.
CMake defaults to C *and* C++ toolchain, in case nothing has been specified.
This means that cmake always checks for both, which is more than needed.
This PR cuts off C toolchain requirement from /CMakeLists.txt and ensures that we
don't pass along any `..._C_...` variables in EthCompilerSettings.cake nor jsoncpp.cmake.
Diffstat (limited to 'ReleaseChecklist.md')
0 files changed, 0 insertions, 0 deletions