intel / systemc-compiler

This tool translates synthesizable SystemC code to synthesizable SystemVerilog.
Other
244 stars 35 forks source link

CMakeLists.txt overwritten #53

Closed isv75 closed 1 year ago

isv75 commented 1 year ago

I find it very poor practice to overwrite the top-level CMakeLists.txt in the repository. It means that you cannot run install_icsc.sh twice without restoring the repository.

Please, if you need another CMakeLists.txt for the install root, make the installation to a folder outside the repository. That way, you may also install and delete the sources if they are not required.

mikhailmoiseev commented 1 year ago

Done