Skip to content

Commit

Permalink
Update CMakeLists.txt to install the cmake bindings in the right loca…
Browse files Browse the repository at this point in the history
…tion

/usr/lib/cpprestsdk is not the correct FHS standard cmake location.
It should be placed in /usr/lib/cmake/cpprestsdk instead.
  • Loading branch information
LocutusOfBorg authored Apr 19, 2018
1 parent b024470 commit 1daceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enable_testing()
set(WERROR ON CACHE BOOL "Treat Warnings as Errors.")
set(CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality.")
set(CPPREST_EXCLUDE_COMPRESSION OFF CACHE BOOL "Exclude compression functionality.")
set(CPPREST_EXPORT_DIR lib/cpprestsdk CACHE STRING "Directory to install CMake config files.")
set(CPPREST_EXPORT_DIR lib/cmake/cpprestsdk CACHE STRING "Directory to install CMake config files.")
set(CPPREST_INSTALL_HEADERS ON CACHE BOOL "Install header files.")
set(CPPREST_INSTALL ON CACHE BOOL "Add install commands.")

Expand Down

0 comments on commit 1daceb9

Please sign in to comment.