const refactor
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
option(REPERTORY_ENABLE_S3 "Enable S3 support" ON)
|
||||
if (REPERTORY_ENABLE_S3)
|
||||
add_definitions(-DREPERTORY_ENABLE_S3)
|
||||
option(PROJECT_ENABLE_S3 "Enable S3 support" ON)
|
||||
if (PROJECT_ENABLE_S3)
|
||||
add_definitions(-DPROJECT_ENABLE_S3)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_FLAGS "-include common.hpp ${CMAKE_CXX_FLAGS}")
|
||||
|
Reference in New Issue
Block a user