File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS})
56
56
aws_prepare_shared_lib_exports (${PROJECT_NAME} )
57
57
58
58
aws_check_headers (${PROJECT_NAME} ${AWS_HTTP_HEADERS} )
59
- install (FILES ${AWS_HTTP_HEADERS} DESTINATION "include /aws/http" )
59
+ install (FILES ${AWS_HTTP_HEADERS} DESTINATION "${INCLUDE_DIRECTORY} /aws/http" )
60
60
61
61
if (BUILD_SHARED_LIBS )
62
62
set (TARGET_DIR "shared" )
Original file line number Diff line number Diff line change 1
1
project (elasticurl C )
2
2
3
- list (APPEND CMAKE_MODULE_PATH "${CMAKE_INSTALL_PREFIX} /lib/cmake" )
4
-
5
3
file (GLOB ELASTICURL_SRC
6
4
"*.c"
7
5
)
@@ -25,5 +23,5 @@ install(TARGETS ${ELASTICURL_PROJECT_NAME}
25
23
EXPORT ${ELASTICURL_PROJECT_NAME} -targets
26
24
COMPONENT Runtime
27
25
RUNTIME
28
- DESTINATION bin
26
+ DESTINATION ${RUNTIME_DIRECTORY}
29
27
COMPONENT Runtime )
You can’t perform that action at this time.
0 commit comments