Skip to content

Commit

Permalink
Merge branch 'fix-pythonpath' into 'master'
Browse files Browse the repository at this point in the history
fix pythonpath by using generator expression

See merge request OpenMesh/openmesh-python!2
  • Loading branch information
Isaak Lim committed May 8, 2018
2 parents 1e7418c + 7e1b00a commit 97f1a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 97f1a61

Please sign in to comment.