Skip to content

Commit

Permalink
remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Sep 2, 2024
1 parent 0d014d1 commit 3198fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/pango_python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ if(BUILD_PANGOLIN_PYTHON AND Python_FOUND AND pybind11_FOUND)
)

target_sources(
${COMPONENT} PRIVATE
${COMPONENT} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/src/pyinterpreter.cpp
${CMAKE_CURRENT_LIST_DIR}/src/pypangolin_embed.cpp
${SRC_BINDINGS}
${CMAKE_CURRENT_LIST_DIR}/src/pypangolin_embed.cpp
${SRC_BINDINGS}
)

target_compile_definitions(${COMPONENT} PUBLIC HAVE_PYTHON)
Expand Down

0 comments on commit 3198fdc

Please sign in to comment.