You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
CMake Error at /usr/opt/eosio.cdt/1.8.1/lib/cmake/eosio.cdt/EosioCDTMacros.cmake:18 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.
with hello example when both hello.contracts.md and hello.clauses.md are present. Error does not occur when only hello.contracts.md is present.
No error if EosioCDTMacros.cmake is edited with quotes around the last argument to set_source_files_properties: set_source_files_properties(${contract_sources} PROPERTIES OBJECT_DEPENDS "${contracts}")
CMake Error at /usr/opt/eosio.cdt/1.8.1/lib/cmake/eosio.cdt/EosioCDTMacros.cmake:18 (set_source_files_properties): set_source_files_properties called with incorrect number of arguments.
with hello example when both
hello.contracts.md
andhello.clauses.md
are present. Error does not occur when onlyhello.contracts.md
is present.No error if
EosioCDTMacros.cmake
is edited with quotes around the last argument toset_source_files_properties
:set_source_files_properties(${contract_sources} PROPERTIES OBJECT_DEPENDS "${contracts}")
ref https://eosio.stackexchange.com/a/6081/5783
eosio.cdt v1.8.1, CMake 3.10.2, Ubuntu 18.04
The text was updated successfully, but these errors were encountered: