mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Update CMakeLists.txt
Make admin folder optional. It is needed for osx, but it is deleted from Linux builds for the sake of easier license review as discussed in https://github.com/owncloud/client/issues/6005
This commit is contained in:
parent
09c3043c85
commit
c1e2bdc3d2
@ -245,7 +245,9 @@ if(BUILD_CLIENT)
|
||||
if(NOT BUILD_LIBRARIES_ONLY)
|
||||
add_subdirectory(doc)
|
||||
add_subdirectory(doc/dev)
|
||||
add_subdirectory(admin)
|
||||
if(IS_DIRECTORY admin)
|
||||
add_subdirectory(admin)
|
||||
endif(IS_DIRECTORY admin)
|
||||
endif(NOT BUILD_LIBRARIES_ONLY)
|
||||
endif()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user