Skip to content

Fix xproperty target#40

Merged
JohanMabille merged 1 commit intojupyter-xeus:masterfrom
myd7349:fix-xproperty-target
Jan 13, 2020
Merged

Fix xproperty target#40
JohanMabille merged 1 commit intojupyter-xeus:masterfrom
myd7349:fix-xproperty-target

Conversation

@myd7349
Copy link
Contributor

@myd7349 myd7349 commented May 5, 2019

Currently:

target_link_libraries(xproperty_example PRIVATE xproperty)

doesn't work corrently.
Instead, we have to write it like this:

target_include_directories(xproperty_example PRIVATE ${xproperty_INCLUDE_DIR})

This patch makes both ways work out.

References:
xtensor-stack/xtensor@916ef25#diff-c447be55ed4ec941e194f99a40fcda93

@SylvainCorlay
Copy link
Member

Rebased the PR.

@JohanMabille JohanMabille merged commit 0d2d675 into jupyter-xeus:master Jan 13, 2020
@SylvainCorlay
Copy link
Member

Thanks @myd7349! We merged the PR. Sorry for getting back to you so late!

@myd7349 myd7349 deleted the fix-xproperty-target branch January 17, 2020 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants