Skip to content
Snippets Groups Projects
Commit 676ccb4c authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

TEST: python test on windows without vs generator needs bin directory for dlls

parent 6f3963ca
Branches
Tags
No related merge requests found
......@@ -7,6 +7,7 @@ if(WIN32)
# on windows, loading the module _otbApplication requires the otbossimplugins*.dll
# which is in the 'bin/<CMAKE_BUILD_TYPE>' folder
set(TEST_DRIVER ${TEST_DRIVER}
--add-before-env PATH ${CMAKE_BINARY_DIR}/bin
--add-before-env PATH $<TARGET_FILE_DIR:OTBCommon>)
endif(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment