Skip to content

Commit b0f228c

Browse files
Merge pull request xtensor-stack#72 from ghisvail/patch-3
Fix typo in test project CMake list
2 parents f15276f + 3ee4aa8 commit b0f228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
1212
project(xtensor-python-test)
1313

1414
find_package(pybind11 REQUIRED)
15-
set(PYBIND11_INCLUDE_DIR ${pybind11_INCLUDE_DIR})
15+
set(PYBIND11_INCLUDE_DIR ${pybind11_INCLUDE_DIRS})
1616

1717
find_package(xtensor REQUIRED CONFIG)
1818
set(XTENSOR_INCLUDE_DIR ${xtensor_INCLUDE_DIR})

0 commit comments

Comments
 (0)