From 8b3f1d444c74447f77cdd9467c7f979a509cd694 Mon Sep 17 00:00:00 2001 From: emeric Date: Sat, 12 Mar 2022 13:19:40 +0100 Subject: [PATCH] Detect STB using another non deprecated header file. fixes #207 --- cmake/modules/FindSTB.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindSTB.cmake b/cmake/modules/FindSTB.cmake index 209bfdb2..10e8afdc 100644 --- a/cmake/modules/FindSTB.cmake +++ b/cmake/modules/FindSTB.cmake @@ -1,4 +1,4 @@ -find_path(STB_INCLUDE_DIR stb/stb.h) +find_path(STB_INCLUDE_DIR stb/stb_image.h) include(FindPackageHandleStandardArgs)