intel / systemc-compiler

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

CMake Error at CMakeLists.txt:107 (install): install FILES given no DESTINATION! #59

Closed songlinli0803 closed 1 year ago

songlinli0803 commented 1 year ago

Hello,

I am intalling ICSC manually. I have already install the dependencies : Protobuf, Clang and LLVM. When i installed icsc by running : cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$ICSC_HOME

I got the errors: CMake Error at CMakeLists.txt:107 (install): install FILES given no DESTINATION!

CMake Error at CMakeLists.txt:116 (install): install DIRECTORY given no DESTINATION!

Hope that you have some suggestions to solve the problem.