added back s3 enable/disable option
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
This commit is contained in:
parent
5a30b15d1e
commit
867b2eee40
@ -60,6 +60,7 @@ dopenssl_root_dir
|
|||||||
dopenssl_use_static_libs
|
dopenssl_use_static_libs
|
||||||
dportable
|
dportable
|
||||||
dproject_static_link
|
dproject_static_link
|
||||||
|
drepertory_enable_s3
|
||||||
drocksdb_install_on_windows
|
drocksdb_install_on_windows
|
||||||
dshared
|
dshared
|
||||||
dspdlog_fmt_external
|
dspdlog_fmt_external
|
||||||
|
@ -14,6 +14,11 @@ set(REPERTORY_VER_COMPANYNAME_STR "https://git.fifthgrid.com/blockstorage")
|
|||||||
set(REPERTORY_VER_LEGALCOPYRIGHT_STR "Copyright <2018-2024> <MIT License> <https://git.fifthgrid.com/blockstorage/repertory>")
|
set(REPERTORY_VER_LEGALCOPYRIGHT_STR "Copyright <2018-2024> <MIT License> <https://git.fifthgrid.com/blockstorage/repertory>")
|
||||||
set(REPERTORY_VER_FILEDESCRIPTION_STR "Mount utility for Sia and S3")
|
set(REPERTORY_VER_FILEDESCRIPTION_STR "Mount utility for Sia and S3")
|
||||||
|
|
||||||
|
option(REPERTORY_ENABLE_S3 "Enable S3 support" ON)
|
||||||
|
if (REPERTORY_ENABLE_S3)
|
||||||
|
add_definitions(-DREPERTORY_ENABLE_S3)
|
||||||
|
endif()
|
||||||
|
|
||||||
# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.rc.in ${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc @ONLY)
|
# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.rc.in ${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc @ONLY)
|
||||||
# set(WINDOWS_VERSION_RC ${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc)
|
# set(WINDOWS_VERSION_RC ${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc)
|
||||||
configure_file(
|
configure_file(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user