Skip to content

Commit

Permalink
Fix Windows Testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Feb 6, 2024
1 parent 14a0a3a commit 4bb086d
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 @@ -86,7 +86,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 4bb086d

Please sign in to comment.