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.
2 parents f15276f + 3ee4aa8 commit b0f228cCopy full SHA for b0f228c
test/CMakeLists.txt
@@ -12,7 +12,7 @@ if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
12
project(xtensor-python-test)
13
14
find_package(pybind11 REQUIRED)
15
- set(PYBIND11_INCLUDE_DIR ${pybind11_INCLUDE_DIR})
+ set(PYBIND11_INCLUDE_DIR ${pybind11_INCLUDE_DIRS})
16
17
find_package(xtensor REQUIRED CONFIG)
18
set(XTENSOR_INCLUDE_DIR ${xtensor_INCLUDE_DIR})
0 commit comments