Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stlab] Fix cmake config file #11787

Merged
merged 3 commits into from
Jun 23, 2020
Merged

Conversation

PhoebeHui
Copy link
Contributor

Fixes #10343

Stlab core lib doesn't reply on boost, however 'find_dependency(Boost 1.60.0)' was added to stlabConfig.cmake file which installed from its source.

On OSX, it still requires boost. https:/stlab/libraries/blob/develop/CMakeLists.txt#L44

@PhoebeHui PhoebeHui added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Jun 5, 2020
@JackBoosY
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PhoebeHui
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JackBoosY JackBoosY marked this pull request as ready for review June 11, 2020 06:33
@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label Jun 11, 2020
@dan-shaw
Copy link
Contributor

Would it be possible not to add a version to boost? So that when we update boost in the future, vcpkg will still be able to find it.

@dan-shaw dan-shaw added requires:author-response and removed info:reviewed Pull Request changes follow basic guidelines labels Jun 12, 2020
ports/stlab/portfile.cmake Outdated Show resolved Hide resolved
@PhoebeHui
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label Jun 16, 2020
@vicroms vicroms merged commit 7042764 into microsoft:master Jun 23, 2020
@PhoebeHui PhoebeHui deleted the dev/Phoebe/stlab branch October 22, 2020 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[stlab] Complains about missing Boost header files
5 participants