Skip to content

Commit

Permalink
Remove redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Aug 31, 2023
1 parent 675ff2f commit 04ece95
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pybind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ if(NMODL_ENABLE_PYTHON_BINDINGS)
if(LINK_AGAINST_PYTHON)
target_link_libraries(_nmodl PRIVATE pywrapper)
endif()

add_custom_command(
OUTPUT ${PROJECT_BINARY_DIR}/lib/nmodl
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:_nmodl> ${PROJECT_BINARY_DIR}/nmodl
DEPENDS ${NMODL_PYTHON_FILES_IN} _nmodl
COMMENT "-- COPYING NMODL PYTHON MODULE --")
endif()

# =============================================================================
Expand Down

0 comments on commit 04ece95

Please sign in to comment.