Skip to content

Conversation

@conej730
Copy link
Contributor

  • The nix setup for the cpptcl package at FlightAware installs the headers in the dev store while libraries are in the out store. As such the cmake targets need to reference that dev store which is found in the CMAKE_INSTALL_INCLUDEDIR var.
 The nix setup we use at FlightAware puts the headers in a separate location than the lib install directory. Therefore the target should reference the header install location for taget_include_directories BCK-5159
@conej730
Copy link
Contributor Author

The test errors are coming from a timeout on the mac test side. I think we'll try moving over to github actions for these given the restrictions being introduced in travis. So for now I'd say we can review / merge this and we'll handle the test updates in a separate ticket.

@conej730 conej730 requested a review from maryryang2 December 29, 2020 18:12
@conej730 conej730 merged commit af2b418 into master Dec 30, 2020
@conej730 conej730 deleted the BCK-5159_nix_header_location branch December 30, 2020 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants