[Polly] Remove Accidental Test Comment in CMakeLists.txt

This was accidentally introduced in 921287e126465d6850954855ded640f0f78d72fd
because I forgot to remove it before merging the patch...
This commit is contained in:
Aiden Grossman 2025-07-22 21:27:56 +00:00
parent 32ee7daa57
commit 0df537e5a3

View File

@ -1,4 +1,3 @@
# test
# Check if this is a in tree build. # Check if this is a in tree build.
if (NOT DEFINED LLVM_MAIN_SRC_DIR) if (NOT DEFINED LLVM_MAIN_SRC_DIR)
project(Polly) project(Polly)