Skip to content

Commit 1470ed5

Browse files
committed
Revert "add debug logs"
This reverts commit 0e6d983.
1 parent c5f9d96 commit 1470ed5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
8282
set(PYBIND11_PYTHON_VERSION 3.7)
8383

8484
# Find Python3
85-
message("--- find_package(Python) ---")
8685
find_package(Python ${PYBIND11_PYTHON_VERSION} COMPONENTS Interpreter Development REQUIRED)
87-
message("--- find_package(Python) done ---")
8886

8987
# Save PYTHON_* vars
9088
set(PYTHON_VERSION_RESET "${PYTHON_VERSION}")
@@ -100,9 +98,7 @@ set(PYTHON_LIBRARIES "${Python_LIBRARIES}" CACHE STRING "" FORCE)
10098
set(PYTHON_INCLUDE_DIRS "${Python_INCLUDE_DIRS}" CACHE STRING "" FORCE)
10199

102100
# Set the minimum pybind11 version to 2.3 (before that the pybind11::embed target did not exist)
103-
message("--- find_package(pybind11) ---")
104101
find_package(pybind11 2.3 CONFIG QUIET REQUIRED)
105-
message("--- find_package(pybind11) done ---")
106102

107103
# Reset PYTHON_* vars
108104
set(PYTHON_VERSION "${PYTHON_VERSION_RESET}" CACHE STRING "" FORCE)

0 commit comments

Comments
 (0)