From 1df135f9881768bef4169477f8a0a24be7fd5350 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 9 Jan 2020 13:12:51 +0100 Subject: [PATCH] change default installation directory for cmake files: now the default becomes "{CMAKE_INSTALL_LIBDIR}/cmake/cpprestsdk" --- Release/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release/CMakeLists.txt b/Release/CMakeLists.txt index 000516e1be..953dd29665 100644 --- a/Release/CMakeLists.txt +++ b/Release/CMakeLists.txt @@ -19,7 +19,7 @@ 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_EXCLUDE_BROTLI ON CACHE BOOL "Exclude Brotli compression functionality.") -set(CPPREST_EXPORT_DIR cpprestsdk CACHE STRING "Directory to install CMake config files.") +set(CPPREST_EXPORT_DIR 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.")