Skip to content

Commit c03e008

Browse files
authored
Merge pull request #40 from assimp/update/update_dependencies
Update/update dependencies
2 parents c9022b1 + 6c3bb21 commit c03e008

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "contrib/assimp"]
2-
path = contrib/assimp
3-
url = https://github.com/assimp/assimp.git
41
[submodule "contrib/osre"]
52
path = contrib/osre
63
url = https://github.com/kimkulling/osre.git

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/lib )
1010
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/bin )
1111

1212
SET(OSRE_BUILD_ED OFF CACHE BOOL "no osre ed" )
13+
SET(CPPCORE_BUILD_UNITTESTS OFF CACHE BOOL "no cppcore tests" )
14+
SET(ASSIMP_BUILD_ASSIMP_TOOLS OFF CACHE BOOL "no assimp tools" )
1315

1416
add_subdirectory(contrib/osre)
1517

contrib/assimp

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/osre

0 commit comments

Comments
 (0)