revert
This commit is contained in:
@@ -12,11 +12,12 @@ set_common_target_options(librepertory)
|
||||
set_target_properties(librepertory PROPERTIES PREFIX "")
|
||||
target_link_libraries(librepertory PRIVATE ${REPERTORY_LINK_LIBRARIES})
|
||||
|
||||
add_dependencies(librepertory
|
||||
boost_project
|
||||
curl_project
|
||||
libsodium_project
|
||||
openssl_project
|
||||
rocksdb_project
|
||||
zlib_project
|
||||
)
|
||||
if (NOT MINGW)
|
||||
add_dependencies(librepertory
|
||||
boost_project
|
||||
curl_project
|
||||
libsodium_project
|
||||
openssl_project
|
||||
zlib_project
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user