mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Remove redundant CMake code
The same is done somewhere below Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
This commit is contained in:
parent
63a02a988f
commit
2ad03d96ac
1 changed files with 1 additions and 6 deletions
|
@ -5,11 +5,6 @@ project(client)
|
|||
|
||||
include(FeatureSummary)
|
||||
|
||||
if(UNIT_TESTING)
|
||||
include(CTest)
|
||||
enable_testing()
|
||||
endif()
|
||||
|
||||
set(BIN_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
|
||||
|
||||
|
||||
|
@ -260,8 +255,8 @@ if(BUILD_SHELL_INTEGRATION)
|
|||
add_subdirectory(shell_integration)
|
||||
endif()
|
||||
|
||||
include(CTest)
|
||||
if(BUILD_TESTING)
|
||||
include(CTest)
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue