Skip to content

Commit

Permalink
add messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Aug 4, 2024
1 parent ee33644 commit bd57ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ option(WITH_PY_STUBS
"Generate Python stub files (.pyi) for the Python module." On)

if(WITH_PY_STUBS)
message(STATUS "Generating Python stub files for the Python module.")
include(cmake/Pybind11Stubgen.cmake)
pybind11_stubgen(_viewshed)
pybind11_stubgen_install(_viewshed ${PY_BUILD_CMAKE_MODULE_NAME})
Expand Down

0 comments on commit bd57ad7

Please sign in to comment.