summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in')
-rw-r--r--src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in b/src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in
deleted file mode 100644
index 1988f7e..0000000
--- a/src/mesh/assimp-master/cmake-modules/assimp-hunter-config.cmake.in
+++ /dev/null
@@ -1,19 +0,0 @@
-@PACKAGE_INIT@
-
-find_package(RapidJSON CONFIG REQUIRED)
-find_package(ZLIB CONFIG REQUIRED)
-find_package(utf8cpp CONFIG REQUIRED)
-find_package(minizip CONFIG REQUIRED)
-find_package(openddlparser CONFIG REQUIRED)
-find_package(poly2tri CONFIG REQUIRED)
-find_package(polyclipping CONFIG REQUIRED)
-find_package(zip CONFIG REQUIRED)
-find_package(pugixml CONFIG REQUIRED)
-find_package(stb CONFIG REQUIRED)
-
-if(@ASSIMP_BUILD_DRACO@)
- find_package(draco CONFIG REQUIRED)
-endif()
-
-include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
-check_required_components("@PROJECT_NAME@")