restore to original for windows
This commit is contained in:
@ -64,7 +64,7 @@ endif()
|
||||
|
||||
# prepare environment for testers
|
||||
if(WIN32)
|
||||
set(FORCE_TEST_ENVIRONMENT PYTHONPATH="${TEST_INPUT_FOLDER}")
|
||||
set(FORCE_TEST_ENVIRONMENT PYTHONPATH=${TEST_INPUT_FOLDER})
|
||||
else()
|
||||
set(FORCE_TEST_ENVIRONMENT PYTHONPATH=${TEST_INPUT_FOLDER}:${LAMMPS_PYTHON_DIR}:$ENV{PYTHONPATH})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user