Skip to content

Commit

Permalink
Fixed matching ENDIF condition in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
terziman committed Jan 12, 2017
1 parent cae9e53 commit 2a6f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ IF ( ASSIMP_BUILD_ASSIMP_TOOLS )
IF ( ASSIMP_BUILD_ASSIMP_VIEW )
ADD_SUBDIRECTORY( tools/assimp_view/ )
ENDIF ( ASSIMP_BUILD_ASSIMP_VIEW )
ENDIF ( WIN32 )
ENDIF ( WIN32 AND DirectX_D3DX9_LIBRARY )

ADD_SUBDIRECTORY( tools/assimp_cmd/ )

Expand Down

0 comments on commit 2a6f722

Please sign in to comment.