intel / intel-graphics-compiler

Other
594 stars 155 forks source link

cmake error with cmakelists #327

Closed FirewallDaProtogen closed 4 months ago

FirewallDaProtogen commented 4 months ago

trying to setup, i run this command and get this error

univac@AMIGA-XP:~/llvm-project/build$ cmake ../igc
CMake Error: The source "/home/univac/llvm-project/igc/CMakeLists.txt" does not match the source "/home/univac/llvm-project/llvm/CMakeLists.txt" used to generate cache.  Re-run cmake with a different source directory.

i tried copy pasting the cmakelists from the llvm directory and overwriting the one under igc, but it still throws this error

FirewallDaProtogen commented 4 months ago

i was just stupid, nevermind