Skip to content

Commit

Permalink
Merge pull request #417 from seoklab/chore/cleanup
Browse files Browse the repository at this point in the history
chore(python): cleanup config files
  • Loading branch information
jnooree authored Nov 29, 2024
2 parents 4fd6e86 + c31d1aa commit 2fc625d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
3 changes: 2 additions & 1 deletion cmake/NuriKitPythonUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ function(nuri_python_add_module name)
set(subdir "")
endif()

set(target_name "nuri_python_${name}")
set(target_name "nuri_python_${subdir}_${name}")
string(REGEX REPLACE "/+" "_" target_name "${target_name}")
string(REGEX REPLACE "_+" "_" target_name "${target_name}")

file(RELATIVE_PATH dir_inv
Expand Down
14 changes: 0 additions & 14 deletions python/.flake8

This file was deleted.

0 comments on commit 2fc625d

Please sign in to comment.