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
OpenMesh
openmesh-python
Commits
7e1b00a8
Commit
7e1b00a8
authored
May 08, 2018
by
Matthias Möller
Browse files
fix pythonpath by using generator expression
parent
1e7418c2
Pipeline
#6934
passed with stages
in 7 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7e1b00a8
...
...
@@ -39,5 +39,5 @@ add_test(
)
set_tests_properties
(
discover_tests PROPERTIES
ENVIRONMENT PYTHONPATH=
$
{
CMAKE_CURRENT_BINARY_DIR
}
ENVIRONMENT
"
PYTHONPATH=$
<TARGET_FILE_DIR:openmesh>"
)
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