1
0
Fork 0
arangodb/Installation/cmake/CMakeCPackOptions.cmake.in

6 lines
104 B
CMake

# OSX bundle
if (CPACK_GENERATOR STREQUAL "Bundle")
set(CPACK_PACKAGE_NAME "ArangoDB-CLI")
endif ()