Skip to content

Commit

Permalink
Fix Windows Testing build (#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Feb 20, 2024
1 parent 43b393c commit d943ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ADIOSFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function(python_add_test)
set_property(TEST ${ARGS_NAME} PROPERTY
ENVIRONMENT
"PYTHONPATH=${ADIOS2_BINARY_DIR}/${CMAKE_INSTALL_PYTHONDIR};$ENV{PYTHONPATH}"
"PATH=$<TARGET_FILE_DIR:adios2>;$ENV{PATH}"
"PATH=$<TARGET_FILE_DIR:adios2_py>;$ENV{PATH}"
)
endif()
endfunction()
Expand Down

0 comments on commit d943ecb

Please sign in to comment.