We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096b17b commit 4b26a81Copy full SHA for 4b26a81
CMakeLists.txt
@@ -97,10 +97,10 @@ if(CZMQ_FOUND)
97
endif()
98
99
install(TARGETS redfishtest redfish
100
- RUNTIME DESTINATION bin
101
- LIBRARY DESTINATION lib)
102
-install(FILES ${REDFISH_HDR_PUBLIC_RED} DESTINATION include)
103
-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")
104
105
ENABLE_TESTING()
106
0 commit comments