Skip to content

Commit

Permalink
Use cupoch::flags with Python lib
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jun 7, 2023
1 parent a06b8a1 commit e0cb72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target_compile_definitions(cupoch_wrapper PUBLIC CUPOCH_WRAPPER_ENABLED)
target_include_directories(cupoch_wrapper PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)
target_link_libraries(cupoch_wrapper PRIVATE cupoch::geometry)
target_link_libraries(cupoch_wrapper PRIVATE cupoch::geometry cupoch::flags)

target_include_directories(${PACKAGE_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
Expand All @@ -32,7 +32,7 @@ target_link_libraries(${PACKAGE_NAME} PRIVATE cupoch::registration
cupoch::collision cupoch::integration
cupoch::imageproc cupoch::geometry
cupoch::utility cupoch::wrapper
CUDA::cudart)
cupoch::flags)
if (WIN32)
target_link_libraries(${PACKAGE_NAME} PRIVATE ${PYTHON_LIBRARIES})
endif ()
Expand Down

0 comments on commit e0cb72b

Please sign in to comment.