瀏覽代碼

bugfix:
- fix typo in cmake file.

Signed-off-by: Kim Kulling <[email protected]>

Kim Kulling 11 年之前
父節點
當前提交
630dd259f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -73,7 +73,7 @@ IF (NOT TARGET uninstall)
 	add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
 	add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
 ENDIF()
 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.
 # tools which include the Assimp headers.
 SET ( ASSIMP_ENABLE_BOOST_WORKAROUND ON CACHE BOOL
 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."
 	"If a simple implementation of the used Boost functions is used. Slightly reduces functionality, but enables builds without Boost available."