removed msvc compilation support
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
BlockStorage/repertory_osx/pipeline/head Build queued...

This commit is contained in:
2023-10-29 19:40:29 -05:00
parent 3a5f428fb6
commit d33c2cd3a2
16 changed files with 115 additions and 510 deletions

View File

@@ -16,6 +16,7 @@ add_dependencies(librepertory
boost_project
curl_project
libsodium_project
openssl_project
rocksdb_project
zlib_project
)
@@ -23,7 +24,3 @@ add_dependencies(librepertory
if (LINUX)
add_dependencies(librepertory libuuid_project)
endif()
if (NOT WIN32)
add_dependencies(librepertory openssl_project)
endif()