Fix typo in destination of CMake export file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user