aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sail/fix-heif.patch
blob: 000f50f96d5e3cd56af9114c2c6150b70ab29a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/sail-codecs/heif/CMakeLists.txt b/src/sail-codecs/heif/CMakeLists.txt
index d9c34f85..87981930 100644
--- a/src/sail-codecs/heif/CMakeLists.txt
+++ b/src/sail-codecs/heif/CMakeLists.txt
@@ -31,7 +31,7 @@ cmake_push_check_state(RESET)
             set(TEST_CHROMA "heif_chroma_444")
         endif()
 
-        check_c_source_runs(
+        check_c_source_compiles(
             "
             #include <libheif/heif.h>
             int main() {