Skip to content

Commit

Permalink
Remove redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Sep 1, 2023
1 parent bc1f3da commit 2b27476
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 2b27476

Please sign in to comment.