We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660a7ec commit 104ab1dCopy full SHA for 104ab1d
CMakeLists.txt
@@ -96,10 +96,10 @@ if(CZMQ_FOUND)
96
endif()
97
98
install(TARGETS redfishtest redfish
99
- RUNTIME DESTINATION bin
100
- LIBRARY DESTINATION lib)
101
-install(FILES ${REDFISH_HDR_PUBLIC_RED} DESTINATION include)
102
-install(FILES ${REDFISH_HDR_PUBLIC_ENTITIES} DESTINATION include/entities)
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
+ LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}")
+install(FILES ${REDFISH_HDR_PUBLIC_RED} DESTINATION "${INCLUDE_INSTALL_DIR}")
+install(FILES ${REDFISH_HDR_PUBLIC_ENTITIES} DESTINATION "${INCLUDE_INSTALL_DIR}/entities")
103
104
ENABLE_TESTING()
105
0 commit comments