Skip to content

Commit

Permalink
Remove unnecessary build message
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Feb 5, 2024
1 parent a9d32d5 commit 3fb6b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ add_library(dload SHARED src/dload.c)
set_target_properties(dload PROPERTIES PREFIX "")
set_target_properties(dload PROPERTIES SUFFIX ".so")
install(TARGETS dload DESTINATION ${PYTHON_MODULE_DIR}/spt3g)
MESSAGE("Setting dload target_include_directories to ${Python_INCLUDE_DIRS}")
target_include_directories(dload PRIVATE ${Python_INCLUDE_DIRS})
target_link_libraries(dload PUBLIC ${Python_LIBRARIES})

Expand Down

0 comments on commit 3fb6b94

Please sign in to comment.