Fix typo in cmake when OpenSubdiv is not found

This commit is contained in:
Thomas Beck 2015-08-06 11:51:18 +02:00
parent be1a684755
commit 2c5efd5b3f
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ if(UNIX AND NOT APPLE)
if(NOT OPENSUBDIV_FOUND)
set(WITH_OPENSUBDIV OFF)
message(STATUS "OpenSundiv not found")
message(STATUS "OpenSubdiv not found")
endif()
endif()