mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
removed unused code
This commit is contained in:
parent
d9701f354d
commit
3aebb5e028
@ -21,10 +21,6 @@ elseif(CPACK_GENERATOR MATCHES "DEB")
|
||||
set(CPACK_COMPONENTS_ALL clients-deb server-deb)
|
||||
set(CPACK_RESOURCE_FILE_README ${CMAKE_SOURCE_DIR}/README.md)
|
||||
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE)
|
||||
# This is a weird variables. It's argument is a list of tuples...
|
||||
#set(CPACK_INSTALLED_DIRECTORIES
|
||||
# "${CMAKE_BINARY_DIR}/packaging/emptydir/foundationdb" "var/lib/"
|
||||
# "${CMAKE_BINARY_DIR}/packaging/emptydir/foundationdb" "var/log/")
|
||||
elseif(CPACK_GENERATOR MATCHES "productbuild")
|
||||
set(CPACK_PACKAGING_INSTALL_PREFIX "/")
|
||||
set(CPACK_COMPONENTS_ALL clients-pm server-pm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user