Skip to content

Commit

Permalink
fixed erroneous change in CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
harveymannering committed Mar 31, 2023
1 parent 3c88796 commit dee2acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ if(WITH_CHECK)
${CMAKE_SOURCE_DIR}/examples/sample-models/from-spec/level-3/enzymekinetics.xml
setIdFromNames.out.xml
)
ADJUST_PYTHONPATH(test_python_setNamesFromIds)
ADJUST_PYTHONPATH(test_python_setIdFromNames)

add_test(NAME test_python_setNamesFromIds
COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/examples/python/setNamesFromIds.py
Expand Down

0 comments on commit dee2acb

Please sign in to comment.