Images 💾

Last commit ⭐

commit 19a2cc563495ad7aeb4c8e11ae0427bdaf183bdf
Author:     Daniel Bertalan <dani@danielbertalan.dev>
AuthorDate: Sun Nov 5 10:52:27 2023 +0100
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Wed Dec 20 12:54:08 2023 -0700

    CMake: Query Python interpreter with `find_package`
    
    This lets us fail early at configure time if a suitable Python 3
    interpreter is not present, instead of delaying the error until Ninja
    attempts to run `embed_as_string_view.py` to generate a header in the
    middle of the build.
    
    Refs #21791