- fix typo in cmake file.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
pull/217/head
Kim Kulling 2014-01-29 20:29:13 +01:00
parent c0871b35c0
commit 630dd259f2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ IF (NOT TARGET uninstall)
add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
ENDIF()
# Globally enbale Boost resp. the Boost workaround it is also needed by the
# Globally enable Boost resp. the Boost workaround it is also needed by the
# tools which include the Assimp headers.
SET ( ASSIMP_ENABLE_BOOST_WORKAROUND ON CACHE BOOL
"If a simple implementation of the used Boost functions is used. Slightly reduces functionality, but enables builds without Boost available."