CMake build: fix typo in docu.!

pull/629/head
Kim Kulling 2015-08-08 17:24:06 +02:00
parent e5b61e5553
commit 99e7b221be
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ SET( ASSIMP_INCLUDE_INSTALL_DIR "include" CACHE PATH
SET( ASSIMP_BIN_INSTALL_DIR "bin" CACHE PATH
"Path the tool executables are installed to." )
SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Debug Postfitx for lib, samples and tools")
SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Debug Postfix for lib, samples and tools")
# Only generate this target if no higher-level project already has
IF (NOT TARGET uninstall)