Skip to content

Commit 1daceb9

Browse files
Update CMakeLists.txt to install the cmake bindings in the right location
/usr/lib/cpprestsdk is not the correct FHS standard cmake location. It should be placed in /usr/lib/cmake/cpprestsdk instead.
1 parent b024470 commit 1daceb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enable_testing()
1818
set(WERROR ON CACHE BOOL "Treat Warnings as Errors.")
1919
set(CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality.")
2020
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 lib/cmake/cpprestsdk CACHE STRING "Directory to install CMake config files.")
2222
set(CPPREST_INSTALL_HEADERS ON CACHE BOOL "Install header files.")
2323
set(CPPREST_INSTALL ON CACHE BOOL "Add install commands.")
2424

0 commit comments

Comments
 (0)