Fix typo in destination of CMake export file

This commit is contained in:
Jamie Snape
2016-12-20 09:44:26 -05:00
parent 2019ace3b7
commit 38c07d34c4

View File

@@ -106,7 +106,7 @@ install(TARGETS
install(EXPORT install(EXPORT
${PROJECT_NAME}-targets ${PROJECT_NAME}-targets
DESTINATION DESTINATION
${TINYOBJLOADER_LIBRARY_DIR} ${TINYOBJLOADER_CMAKE_DIR}
) )
install(FILES install(FILES
tiny_obj_loader.h tiny_obj_loader.h