Skip to content

Commit

Permalink
assimp cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mortinger91 committed Jul 20, 2021
1 parent b034a4e commit 7e0b825
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ set_target_properties(libglew_static PROPERTIES FOLDER vendor)
# assimp
message(STATUS "${Red}Configuring ASSIMP${ColourReset}")
unset(CMAKE_C_STANDARD)
set(CMAKE_C_STANDARD_REQUIRED OFF)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
set(ASSIMP_BUILD_ASSIMP_TOOLS OFF CACHE BOOL "" FORCE)
set(ASSIMP_NO_EXPORT ON CACHE BOOL "" FORCE)
Expand All @@ -41,6 +40,5 @@ set(ASSIMP_WERROR OFF CACHE BOOL "" FORCE)
add_subdirectory(assimp)
set_target_properties(assimp PROPERTIES FOLDER vendor)
set(CMAKE_C_STANDARD ${C_STANDARD_DEFAULT})
set(CMAKE_C_STANDARD_REQUIRED ON)

message(STATUS " ${Yellow}Finished configuring vendor libraries${ColourReset}")

0 comments on commit 7e0b825

Please sign in to comment.