Skip to content

Commit

Permalink
Fix Windows Testing build (ornladios#4027)
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer authored and vicentebolea committed Feb 21, 2024
1 parent 13d83fc commit 7e88591
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 7e88591

Please sign in to comment.