Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
6032b8bc
Commit
6032b8bc
authored
Aug 26, 2021
by
Laurent Montel
😁
Browse files
Remove not necessary variable
parent
0303c8bf
Pipeline
#76689
passed with stage
in 55 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/grammarplugins/grammalecte/autotests/CMakeLists.txt
View file @
6032b8bc
...
...
@@ -4,7 +4,7 @@
add_definitions
(
-DGRAMMALECTE_DATA_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/data"
)
macro
(
add_kmail_grammalecte_unittest _source
)
set
(
_test
${
_source
}
${
_additional
}
)
set
(
_test
${
_source
}
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
add_executable
(
${
_name
}
${
_test
}
)
add_test
(
NAME
${
_name
}
COMMAND
${
_name
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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