Do not install tinygltf export from Irrlicht

This commit is contained in:
JosiahWI 2023-11-29 17:00:15 -06:00 committed by Josiah VanderZee
parent 23d982b348
commit 07e58e3d58
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ if((CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) AND BUILD_TESTING)
endif()
# Installation of library
install(TARGETS IrrlichtMt tinygltf
install(TARGETS IrrlichtMt
EXPORT IrrlichtMt-export
DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)