Detect STB using another non deprecated header file. fixes #207

This commit is contained in:
emeric
2022-03-12 13:19:40 +01:00
parent b93a78e1f4
commit 8b3f1d444c
+1 -1
View File
@@ -1,4 +1,4 @@
find_path(STB_INCLUDE_DIR stb/stb.h) find_path(STB_INCLUDE_DIR stb/stb_image.h)
include(FindPackageHandleStandardArgs) include(FindPackageHandleStandardArgs)