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

more info in pc template & cmake compatibility #132

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

nilsnolde
Copy link
Contributor

"${CMAKE_CURRENT_SOURCE_DIR}/libprime_server.pc.in"
"${CMAKE_CURRENT_BINARY_DIR}/libprime_server.pc"
# pkg-config stuff, also make it compatible with autotools
set(prefix ${CMAKE_INSTALL_PREFIX})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the paths weren't set up in a cmake installation

Comment on lines +145 to +146
configure_file(cmake/uninstall.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/prime_server_uninstall.cmake @ONLY)
add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/prime_server_uninstall.cmake)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as in the valhalla PR valhalla/valhalla#4516

libprime_server.pc.in Outdated Show resolved Hide resolved
libprime_server.pc.in Outdated Show resolved Hide resolved
Copy link
Owner

@kevinkreiser kevinkreiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good but had one suggestion

Co-authored-by: Kevin Kreiser <kevinkreiser@gmail.com>
@kevinkreiser
Copy link
Owner

ill have to fix the stupid mac build separately..

@kevinkreiser kevinkreiser merged commit 6d86764 into kevinkreiser:master Jun 12, 2024
1 of 2 checks passed
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.

2 participants