Skip to content

Commit 5dc73ff

Browse files
committed
OWNCLOUD.cmake => NEXTCLOUD.cmake
Signed-off-by: Roeland Jago Douma <[email protected]>
1 parent b835bdc commit 5dc73ff

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(OEM_THEME_DIR "" CACHE STRING "Define directory containing a custom theme")
1313
if ( EXISTS ${OEM_THEME_DIR}/OEM.cmake )
1414
include ( ${OEM_THEME_DIR}/OEM.cmake )
1515
else ()
16-
include ( ${CMAKE_SOURCE_DIR}/OWNCLOUD.cmake )
16+
include ( ${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake )
1717
endif()
1818
# need this logic to not mess with re/uninstallations via macosx.pkgproj
1919
if(${APPLICATION_REV_DOMAIN} STREQUAL "com.owncloud.desktopclient")

CPackOptions.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set( OEM_THEME_DIR @OEM_THEME_DIR@ )
1414
if ( DEFINED OEM_THEME_DIR AND EXISTS ${OEM_THEME_DIR}/OEM.cmake )
1515
include ( ${OEM_THEME_DIR}/OEM.cmake )
1616
else ()
17-
include ( "${CMAKE_SOURCE_DIR}/OWNCLOUD.cmake" )
17+
include ( "${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake" )
1818
endif()
1919

2020
set( CRASHREPORTER_EXECUTABLE @CRASHREPORTER_EXECUTABLE@)
File renamed without changes.

OwnCloudCPack.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set( CPACK_PACKAGE_CONTACT "Dominik Schmidt <[email protected]>" )
55
if ( DEFINED OEM_THEME_DIR AND EXISTS ${OEM_THEME_DIR}/OEM.cmake )
66
include ( "${OEM_THEME_DIR}/OEM.cmake" )
77
else ()
8-
include ( "${CMAKE_SOURCE_DIR}/OWNCLOUD.cmake" )
8+
include ( "${CMAKE_SOURCE_DIR}/NEXTCLOUD.cmake" )
99
endif()
1010

1111
include( VERSION.cmake )

admin/osx/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Check if varialbe MAC_INSTALLER_BACKGROUND_FILE is defined. That might come
3-
# from the OEM.cmake for branded clients or from OWNCLOUD.cmake for the non
3+
# from the OEM.cmake for branded clients or from NEXTCLOUD.cmake for the non
44
# branded client.
55
# Make sure that the MAC_INSTALLER_BACKGROUND_FILE contains the full path, ie.
66
# includes CMAKE_SOURCE_DIR or so.

0 commit comments

Comments
 (0)