Skip to content

Commit f164e72

Browse files
committed
Append to property.
1 parent 9edada9 commit f164e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bindings/Python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ if(WIN32)
299299
# want to accidentally use a different OpenSim build/installation somewhere
300300
# on the machine.
301301
foreach(folder tests examples)
302-
set_tests_properties(python_${folder} PROPERTIES ENVIRONMENT
302+
set_property(TEST python_${folder} APPEND PROPERTY ENVIRONMENT
303303
"PATH=${CMAKE_BINARY_DIR}/$<CONFIG>")
304304
endforeach()
305305
endif()

0 commit comments

Comments
 (0)