From bd1d33e8e8b301167edb85d4d06f531b10fa1a38 Mon Sep 17 00:00:00 2001 From: YoheiKakiuchi Date: Wed, 23 Apr 2014 19:14:38 +0900 Subject: [PATCH] fix typo, BUILD_SHARED_LIBS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec5820265..8b7250f5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ SET( ASSIMP_BIN_INSTALL_DIR "bin" CACHE PATH SET(ASSIMP_DEBUG_POSTFIX "d" CACHE STRING "Debug Postfitx for lib, samples and tools") # Allow the user to build a static library -option ( BUILD_SHARED_LIB "Build a shared version of the library" ON ) +option ( BUILD_SHARED_LIBS "Build a shared version of the library" ON ) # Generate a pkg-config .pc for the Assimp library. CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/assimp.pc.in" "${PROJECT_BINARY_DIR}/assimp.pc" @ONLY )