File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ enable_testing()
18
18
set (WERROR ON CACHE BOOL "Treat Warnings as Errors." )
19
19
set (CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality." )
20
20
set (CPPREST_EXCLUDE_COMPRESSION OFF CACHE BOOL "Exclude compression functionality." )
21
- set (CPPREST_EXPORT_DIR lib/cpprestsdk CACHE STRING "Directory to install CMake config files." )
21
+ set (CPPREST_EXPORT_DIR cmake CACHE STRING "Directory to install CMake config files." )
22
22
set (CPPREST_INSTALL_HEADERS ON CACHE BOOL "Install header files." )
23
23
set (CPPREST_INSTALL ON CACHE BOOL "Add install commands." )
24
24
Original file line number Diff line number Diff line change @@ -268,6 +268,6 @@ if(CPPREST_INSTALL)
268
268
EXPORT cpprestsdk-targets
269
269
FILE cpprestsdk-targets.cmake
270
270
NAMESPACE cpprestsdk::
271
- DESTINATION ${CPPREST_EXPORT_DIR}
271
+ DESTINATION ${CMAKE_INSTALL_LIBDIR} /${ CPPREST_EXPORT_DIR}
272
272
)
273
273
endif ()
You can’t perform that action at this time.
0 commit comments