From 99e7b221befd7f95da192b336d25addb9cb25c4e Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 8 Aug 2015 17:24:06 +0200 Subject: [PATCH] CMake build: fix typo in docu.! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffbcf5b67..3daa0d6d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)