matthewbdwyer / tipc

A compiler from TIP to llvm bitcode
MIT License
65 stars 39 forks source link

Update CMake to avoid all of the Policy violations #85

Closed matthewbdwyer closed 1 year ago

matthewbdwyer commented 1 year ago

My guess is that some of these warnings will turn into errors over time as Cmake deprecates functionality. Is this as easy as running the appropriate cmake policy commands, e.g., "cmake --help-policy CMP0114", in the bootstrap script?