pivotal-jbarrett commented on code in PR #952:
URL: https://github.com/apache/geode-native/pull/952#discussion_r843008777
##########
dependencies/xerces-c/CMakeLists.txt:
##########
@@ -64,7 +64,7 @@ target_include_directories(${PROJECT_NAME} SYSTEM INTERFACE
)
target_link_libraries(${PROJECT_NAME} INTERFACE
-
${INSTALL_DIR}/${CMAKE_INSTALL_LIBDIR}/${CMAKE_STATIC_LIBRARY_PREFIX}${LIBRARY_NAME}${CMAKE_STATIC_LIBRARY_SUFFIX}
+
${INSTALL_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}${LIBRARY_NAME}${CMAKE_STATIC_LIBRARY_SUFFIX}
Review Comment:
As I feared, this breaks on RHEL.
I think the easiest work around right now is to have the CI set the
`CMAKE_INSTALL_PREFIX` to something not `/usr` or `/usr/local` and leave this
file alone.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]