We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3dd99 commit d909b96Copy full SHA for d909b96
2 files changed
tests/test_cmake_build/installed_embed/CMakeLists.txt
@@ -3,7 +3,10 @@ cmake_minimum_required(VERSION 3.15...4.2)
3
project(test_installed_embed CXX)
4
5
if(PYBIND11_FINDPYTHON)
6
- find_package(Python COMPONENTS Interpreter REQUIRED)
+ find_package(
7
+ Python
8
+ COMPONENTS Interpreter
9
+ REQUIRED)
10
endif()
11
find_package(pybind11 CONFIG REQUIRED)
12
message(STATUS "Found pybind11 v${pybind11_VERSION}: ${pybind11_INCLUDE_DIRS}")
tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
project(test_subdirectory_embed CXX)
set(PYBIND11_INSTALL
0 commit comments