File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,11 @@ set(XTENSOR_PYTHON_HEADERS
54
54
)
55
55
56
56
add_library (xtensor-python INTERFACE )
57
- target_include_directories (xtensor-python INTERFACE $<BUILD_INTERFACE:${XTENSOR_PYTHON_INCLUDE_DIR} >
58
- $<BUILD_INTERFACE:${pybind11_INCLUDE_DIRS} >
59
- $<BUILD_INTERFACE:${NUMPY_INCLUDE_DIRS} >
60
- $<INSTALL_INTERFACE:include >)
57
+ target_include_directories (xtensor-python INTERFACE
58
+ "$<BUILD_INTERFACE:${XTENSOR_PYTHON_INCLUDE_DIR} ;${pybind11_INCLUDE_DIRS} ;${NUMPY_INCLUDE_DIRS} >"
59
+ $<INSTALL_INTERFACE:include >)
61
60
target_link_libraries (xtensor-python INTERFACE xtensor)
62
61
get_target_property (inc_dir xtensor-python INTERFACE_INCLUDE_DIRECTORIES )
63
- message (STATUS "${inc_dir} " )
64
62
65
63
OPTION (BUILD_TESTS "xtensor test suite" OFF )
66
64
OPTION (DOWNLOAD_GTEST "build gtest from downloaded sources" OFF )
You can’t perform that action at this time.
0 commit comments