Merge pull request #118 from jamiesnape/cleanup
Fix some formatting inconsistencies, fix typo, update minimum CMake
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#This configures the Cmake system with multiple properties, depending
|
||||
#on the platform and configuration it is set to build in.
|
||||
project(tinyobjloader)
|
||||
cmake_minimum_required(VERSION 2.8.6)
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
set(TINYOBJLOADER_SOVERSION 1)
|
||||
set(TINYOBJLOADER_VERSION 1.0.4)
|
||||
|
||||
@@ -106,7 +106,7 @@ install ( TARGETS
|
||||
install(EXPORT
|
||||
${PROJECT_NAME}-targets
|
||||
DESTINATION
|
||||
${TINYOBJLOADER_LIBRARY_DIR}
|
||||
${TINYOBJLOADER_CMAKE_DIR}
|
||||
)
|
||||
install(FILES
|
||||
tiny_obj_loader.h
|
||||
|
||||
Reference in New Issue
Block a user