We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b024470 commit 1daceb9Copy full SHA for 1daceb9
Release/CMakeLists.txt
@@ -18,7 +18,7 @@ enable_testing()
18
set(WERROR ON CACHE BOOL "Treat Warnings as Errors.")
19
set(CPPREST_EXCLUDE_WEBSOCKETS OFF CACHE BOOL "Exclude websockets functionality.")
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.")
+set(CPPREST_EXPORT_DIR lib/cmake/cpprestsdk CACHE STRING "Directory to install CMake config files.")
22
set(CPPREST_INSTALL_HEADERS ON CACHE BOOL "Install header files.")
23
set(CPPREST_INSTALL ON CACHE BOOL "Add install commands.")
24
0 commit comments