mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix cmake configuration for xcode generator
This commit is contained in:
parent
836e544fa8
commit
8427db5d46
|
@ -15,7 +15,9 @@ ExternalProject_Add(cryptopp
|
|||
INSTALL_COMMAND ""
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND "")
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../third-party/cryptopp ${CMAKE_CURRENT_BINARY_DIR}/cryptopp EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../third-party/cryptopp ${CMAKE_CURRENT_BINARY_DIR}/cryptopp)
|
||||
set_target_properties(cryptopp-shared PROPERTIES EXCLUDE_FROM_ALL True)
|
||||
set_target_properties(cryptest PROPERTIES EXCLUDE_FROM_ALL True)
|
||||
|
||||
if(APPLE)
|
||||
option(FRAMEWORK "Set to ON to package dylib and headers into a .framework, OSX only" OFF)
|
||||
|
|
Loading…
Reference in New Issue
Block a user