-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
…le with autotools
"${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}) |
There was a problem hiding this comment.
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
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) |
There was a problem hiding this comment.
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
There was a problem hiding this 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>
ill have to fix the stupid mac build separately.. |
related to valhalla/valhalla#4507