Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
47b324a6
Commit
47b324a6
authored
Sep 05, 2022
by
Ahmad Samir
Browse files
Remove CTestCustom.cmake references from CMakeLists.txt
GIT_SILET
parent
19360c94
Pipeline
#227213
passed with stage
in 11 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
47b324a6
...
...
@@ -243,14 +243,6 @@ if(NOT DEFINED DATABASE_BACKEND)
set
(
DATABASE_BACKEND
"MYSQL"
CACHE STRING
"The default database backend to use for Akonadi. Can be either MYSQL, POSTGRES or SQLITE"
)
endif
()
############### CTest options ###############
# Set a timeout value of 1 minute per test
set
(
DART_TESTING_TIMEOUT 60
)
# CTestCustom.cmake has to be in the CTEST_BINARY_DIR.
# in the KDE build system, this is the same as CMAKE_BINARY_DIR.
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/CTestCustom.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/CTestCustom.cmake COPYONLY
)
############### Macros ###############
macro
(
SET_DEFAULT_DB_BACKEND
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment