mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:10:24 +08:00
210149f599
* [fastgltf] Update to 0.5.0 * Versions * Fix fastgltf CI baseline * Update 0.5.0 & update hash * Update hash * Update hash
14 lines
349 B
Diff
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
|