Skip to content
Snippets Groups Projects
Commit 97f1a618 authored by Isaak Lim's avatar Isaak Lim
Browse files

Merge branch 'fix-pythonpath' into 'master'

fix pythonpath by using generator expression

See merge request !2
parents 1e7418c2 7e1b00a8
No related branches found
No related tags found
1 merge request!2fix pythonpath by using generator expression
Pipeline #
......@@ -39,5 +39,5 @@ add_test(
)
set_tests_properties(
discover_tests PROPERTIES
ENVIRONMENT PYTHONPATH=${CMAKE_CURRENT_BINARY_DIR}
ENVIRONMENT "PYTHONPATH=$<TARGET_FILE_DIR:openmesh>"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment