Skip to content

Commit

Permalink
minor change to PYTHON/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Feb 16, 2025
1 parent d2f0f1e commit 8ef3f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PYTHON/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ get_target_property(superlu_dist_soversion superlu_dist SOVERSION)
set_target_properties(superlu_dist_python PROPERTIES VERSION ${superlu_dist_version})
set_target_properties(superlu_dist_python PROPERTIES SOVERSION ${superlu_dist_soversion})
target_link_libraries(superlu_dist_python superlu_dist)
add_dependencies(superlu_dist_python config_f)
# add_dependencies(superlu_dist_python config_f)

set(PY_SCRIPT_SOURCE ${CMAKE_SOURCE_DIR}/PYTHON/pddrive.py)
set(PY_SCRIPT_DEST ${CMAKE_BINARY_DIR}/PYTHON/pddrive.py)
Expand Down

0 comments on commit 8ef3f7f

Please sign in to comment.