vcpkg/ports/fastgltf/find_package.patch
sean 210149f599
[fastgltf] Update to 0.5.0 (#31541)
* [fastgltf] Update to 0.5.0

* Versions

* Fix fastgltf CI baseline

* Update 0.5.0 & update hash

* Update hash

* Update hash
2023-05-25 11:43:57 -07:00

14 lines
349 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a311b65..bfbfbb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,6 +74,8 @@ if (FASTGLTF_DOWNLOAD_SIMDJSON)
NAMESPACE fastgltf::
DESTINATION lib/cmake/fastgltf
)
+else()
+ find_package(simdjson CONFIG REQUIRED)
endif()
# Create the library target