Skip to content

Commit

Permalink
remove QUIET
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 24, 2019
1 parent 3ddc09f commit aee8693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ elseif (NOT (CMAKE_VERSION VERSION_LESS "3.12.0"))
find_package(NumPy 1.5 REQUIRED)
set(PDAL_HAVE_PYTHON 1)
else()
find_package(PythonInterp 3 QUIET)
find_package(PythonLibs 3 QUIET)
find_package(PythonInterp 3)
find_package(PythonLibs 3)
set(PDAL_HAVE_PYTHON 1)
find_package(NumPy 1.5 REQUIRED)
endif()
Expand Down

0 comments on commit aee8693

Please sign in to comment.