From 630dd259f217f3e6e13e4fb132aa87c0c922df71 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 29 Jan 2014 20:29:13 +0100 Subject: [PATCH] bugfix: - fix typo in cmake file. Signed-off-by: Kim Kulling --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 500a343a0..afe0cea9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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."