Merge pull request #259 from YoheiKakiuchi/fix_build_shread_lib
fix typo, BUILD_SHARED_LIBSpull/260/head
commit
b6bf29bdfa
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue